【Lynda】PHP with MySQL Essential Training【CHN】中英文字幕[SRT]
==========教程信息=====================================================
教程名称:PHP with MySQL Essential Training
作者:Kevin Skoglund
主题:Developer, Web
使用软件:MySQL, PHP
难度等级:初级
时长: 11h 3m
发布日期: Jun 26, 2007
┏ACELY STUDIO,2012
┃更多资源请访问
┃◆唯一发布站:ACELY.CN
┗◆我的博客:http://blog.sina.com.cn/u/1991840741
==========教程目录文件列表=============================================
PHP with MySQL Essential Training[SRT]
  ├─◆0. Introduction
  │  └─◇  0001 Introduction (updated).srt
  │  └─◇  0002 Using the exercise files.srt
  ├─◆1. PHP Overview
  │  └─◇  0101 What is PHP.srt
  │  └─◇  0102 History.srt
  │  └─◇  0103 Why choose PHP.srt
  │  └─◇  0104 Installation overview.srt
  ├─◆2. Mac Installation
  │  └─◇  0201 Installing on Mac 10.4 (Tiger) (updated).srt
  │  └─◇  0202 Installing on Mac 10.5 (Leopard) (updated).srt
  │  └─◇  0203 Configuring.srt
  │  └─◇  0204 The text editor.srt
  │  └─◇  0205 phpMyAdmin.srt
  ├─◆3. Windows Installation
  │  └─◇  0301 Installing.srt
  │  └─◇  0302 Configuring.srt
  │  └─◇  0303 The text editor.srt
  ├─◆4. First Steps
  │  └─◇  0401 Viewing PHP configuration information.srt
  │  └─◇  0402 Embedding PHP.srt
  │  └─◇  0403 ”Hello World”.srt
  │  └─◇  0404 The operational trail.srt
  │  └─◇  0405 Inserting comments.srt
  ├─◆5. Exploring Data Types
  │  └─◇  0501 Variables.srt
  │  └─◇  0502 Strings.srt
  │  └─◇  0503 String functions.srt
  │  └─◇  0504 Numbers pt. 1- Integers.srt
  │  └─◇  0505 Numbers pt. 2- Floating points.srt
  │  └─◇  0506 Arrays.srt
  │  └─◇  0507 Array functions.srt
  │  └─◇  0508 Booleans and NULL.srt
  │  └─◇  0509 Type switching and casting.srt
  │  └─◇  0510 Constants.srt
  ├─◆6. Control Structures Pt. 1- Logical Expressions
  │  └─◇  0601 If statements.srt
  │  └─◇  0602 Else and elseif statements.srt
  │  └─◇  0603 Logical operators.srt
  │  └─◇  0604 Switch statements.srt
  ├─◆7. Control Structures Pt. 2- Loops
  │  └─◇  0701 While loops.srt
  │  └─◇  0702 For loops.srt
  │  └─◇  0703 Foreach loops.srt
  │  └─◇  0704 Continue.srt
  │  └─◇  0705 Break.srt
  │  └─◇  0706 Understanding array pointers.srt
  ├─◆8. User-Defined Functions
  │  └─◇  0801 Defining functions.srt
  │  └─◇  0802 Using functions.srt
  │  └─◇  0803 Returning values from a function.srt
  │  └─◇  0804 Setting global variables.srt
  │  └─◇  0805 Setting default values.srt
  ├─◆9. Debugging
  │  └─◇  0901 Debugging and troubleshooting.srt
  ├─◆10. Building Web Pages
  │  └─◇  1001 Links and URLs.srt
  │  └─◇  1002 Using GET values.srt
  │  └─◇  1003 Encoding GET values.srt
  │  └─◇  1004 Encoding for HTML.srt
  │  └─◇  1005 Building forms.srt
  │  └─◇  1006 Setting cookies.srt
  │  └─◇  1007 Establishing sessions.srt
  │  └─◇  1008 Headers and page redirection.srt
  │  └─◇  1009 Including and requiring pages.srt
  ├─◆11. MySQL Basics
  │  └─◇  1101 MySQL introduction.srt
  │  └─◇  1102 Creating a database in MySQL.srt
  │  └─◇  1103 Populating a MySQL database.srt
  │  └─◇  1104 phpMyAdmin.srt
  │  └─◇  1105 Connecting to MySQL with PHP.srt
  │  └─◇  1106 Accessing data in MySQL with PHP.srt
  ├─◆12. Building a Content Management System
  │  └─◇  1201 Blueprinting your application.srt
  │  └─◇  1202 Building the CMS database.srt
  │  └─◇  1203 Understanding relational databases.srt
  │  └─◇  1204 Establishing your work area.srt
  │  └─◇  1205 Creating your first page.srt
  │  └─◇  1206 Making page assets reusable.srt
  │  └─◇  1207 Connecting your site to a database.srt
  │  └─◇  1208 Building dynamic navigation.srt
  │  └─◇  1209 Refactoring the navigation.srt
  │  └─◇  1210 Adding links to your navigation.srt
  │  └─◇  1211 Determining which page is selected.srt
  │  └─◇  1212 Displaying HTML based on the selection.srt
  ├─◆13. Application CRUD
  │  └─◇  1301 Finding a subject in the database.srt
  │  └─◇  1302 Finding a page in the database.srt
  │  └─◇  1303 Creating a page for a new subject.srt
  │  └─◇  1304 Creating a subject entry form.srt
  │  └─◇  1305 Adding subjects.srt
  │  └─◇  1306 Escaping values for MySQL.srt
  │  └─◇  1307 Form validation.srt
  │  └─◇  1308 Additional form validation.srt
  │  └─◇  1309 Editing a subject.srt
  │  └─◇  1310 Using single-page submission.srt
  │  └─◇  1311 Updating a subject in the database.srt
  │  └─◇  1312 Sending form results as messages.srt
  │  └─◇  1313 Deleting a subject.srt
  │  └─◇  1314 CRUD review and assignment.srt
  │  └─◇  1315 CRUD assignment results.srt
  ├─◆14. Building the Public Area
  │  └─◇  1401 The public appearance.srt
  │  └─◇  1402 Navigation in the public context.srt
  │  └─◇  1403 Functions in the public context.srt
  │  └─◇  1404 Creating a default subject behavior.srt
  │  └─◇  1405 Text encoding and transforming.srt
  ├─◆15. Regulating Page Access
  │  └─◇  1501 User access overview.srt
  │  └─◇  1502 Encryption.srt
  │  └─◇  1503 Creating a login system.srt
  │  └─◇  1504 Checking authorization.srt
  │  └─◇  1505 Using sessions to maintain login status.srt
  │  └─◇  1506 Creating a logout page.srt
  ├─◆Conclusion
  │  └─◇  Goodbye.srt
  ◇
【本字幕由ACELY.CN独家制作发布】
     ┏
     ┃本套教程字幕包含中文字幕
     ┃中文字幕使用机器翻译,对翻译结果中不当内容不承担任何责任!
     ┃更多中文字幕请访问唯一发布站【ACELY.CN】
     ┃本站中文字幕未经允许一律严禁转载!
     ┗