Difference between revisions of "PHP"

From mi-linux
Jump to navigationJump to search
Line 19: Line 19:
 
|Week 01||[[PHP101|What is PHP?]]
 
|Week 01||[[PHP101|What is PHP?]]
 
|-  
 
|-  
|Week 01||[[PHP102]]||A Basic Page
+
|Week 01||[[PHP102|A Basic Page]]
 
|-  
 
|-  
|Week 01||[[PHP103]]||PHP Basics
+
|Week 01||[[PHP103|PHP Basics]]
 
|-  
 
|-  
|Week 02||[[PHP104]]||PHP Variables & Constants - Basics
+
|Week 02||[[PHP104|PHP Variables & Constants - Basics]]
 
|-  
 
|-  
|Week 02||[[PHP105]]||Expressions, Operators, and Variable Assignments
+
|Week 02||[[PHP105|Expressions, Operators, and Variable Assignments]]
 
|-  
 
|-  
|Week 02||[[PHP105 and a half]]||Include Function Examples
+
|Week 02||[[PHP105 and a half|Include Function Examples]]
 
|-  
 
|-  
|Week 02||[[PHP106]]||Flow Control - Selection
+
|Week 02||[[PHP106|Flow Control - Selection]]
 
|-  
 
|-  
|Week 03||[[PHP107]]||Flow Control - Iteration
+
|Week 03||[[PHP107|Flow Control - Iteration]]
 
|-  
 
|-  
|Week 03||[[PHP108]]||PHP Arrays
+
|Week 03||[[PHP108|PHP Arrays]]
 
|-  
 
|-  
|Week 03||[[PHP108 And A Half]]||Predefined Variables
+
|Week 03||[[PHP108 And A Half|Predefined Variables]]
 
|-  
 
|-  
|Week 03||[[PHP109]]||File Handling
+
|Week 03||[[PHP109|File Handling]]
 
|-  
 
|-  
|Week 04||[[PHP110]]||Simple Databases Concepts & SQL
+
|Week 04||[[PHP110|Simple Databases Concepts & SQL]]
 
|-  
 
|-  
|Week 04||[[PHP111]]||PHP and Databases – Making the Connection
+
|Week 04||[[PHP111|PHP and Databases – Making the Connection]]
 
|-  
 
|-  
|Week 05||[[PHP112]]||Simple HTML/PHP/MySQL example
+
|Week 05||[[PHP112|Simple HTML/PHP/MySQL example]]
 
|-  
 
|-  
|Week 06||[[PHP113]]||Cookies
+
|Week 06||[[PHP113|Cookies]]
 
|-  
 
|-  
|Week 06||[[PHP114]]||Sessions
+
|Week 06||[[PHP114|Sessions]]
 
|}
 
|}
  

Revision as of 17:46, 27 July 2009

Main Page >> Interactive Systems Development >> Workbook

If you're taking CP2228...

Some other pages you should take a look at:

Welcome to the Online Teaching/Learning Resources for PHP

This is primarily usable as a workbook for SCIT students.

Week 01 What is PHP?
Week 01 A Basic Page
Week 01 PHP Basics
Week 02 PHP Variables & Constants - Basics
Week 02 Expressions, Operators, and Variable Assignments
Week 02 Include Function Examples
Week 02 Flow Control - Selection
Week 03 Flow Control - Iteration
Week 03 PHP Arrays
Week 03 Predefined Variables
Week 03 File Handling
Week 04 Simple Databases Concepts & SQL
Week 04 PHP and Databases – Making the Connection
Week 05 Simple HTML/PHP/MySQL example
Week 06 Cookies
Week 06 Sessions

Further resources submitted by students

Troubleshooting PHP

Troubleshooting PHP - Understanding error messages