Difference between revisions of "PHP"

From mi-linux
Jump to navigationJump to search
Line 12: Line 12:
 
This is primarily usable as a workbook for HTML for SCIT students.
 
This is primarily usable as a workbook for HTML for SCIT students.
  
* [[PHP101 - What is PHP?]]
+
{| border="3" cellpadding=3 cellspacing=3
 
+
|[[PHP101]]||What is PHP?
* [[PHP102 - A Basic Page]]
+
|-
 
+
|[[PHP102]]||A Basic Page
* [[PHP103 - PHP Basics]]
+
|-
 
+
|[[PHP103]]||PHP Basics
* [[PHP104|PHP104 - PHP Variables & Constants - Basics]]
+
|-
 
+
|[[PHP104]]||PHP Variables & Constants - Basics
* [[PHP105|PHP105 - Expressions, Operators, and Variable Assignments]]
+
|-
 
+
|[[PHP105]]||Expressions, Operators, and Variable Assignments
* [[PHP105 and a half|PHP105 And A Half - Include Function Examples]]
+
|-
 
+
|[[PHP105 and a half]]||Include Function Examples
* [[PHP106|PHP106 - Flow Control - Selection]]
+
|-
 
+
|[[PHP106]]||Flow Control - Selection
* [[PHP107|PHP107 - Flow Control - Iteration]]
+
|-
 
+
|[[PHP107]]||Flow Control - Iteration
* [[PHP108|PHP108 - PHP Arrays]]
+
|-
 
+
|[[PHP108]]||PHP Arrays
* [[PHP108 And A Half|PHP108 And A Half - Predefined Variables]]
+
|-
 
+
|[[PHP108 And A Half]]||Predefined Variables
* [[PHP109|PHP109 - File Handling]]
+
|-
 
+
|[[PHP109]]||File Handling
* [[PHP110|PHP110 - Simple Databases Concepts & SQL]]
+
|-
 
+
|[[PHP110]]||Simple Databases Concepts & SQL
* [[PHP111|PHP111 - PHP and Databases – Making the Connection]]
+
|-
 
+
|[[PHP111]]||PHP and Databases – Making the Connection
* [[PHP112|PHP112 - Simple HTML/PHP/MySQL example]]
+
|-
 
+
|[[PHP112]]||Simple HTML/PHP/MySQL example
* [[PHP113|PHP113 - Cookies]]
+
|-
 
+
|[[PHP113]]||Cookies
* [[PHP114|PHP114 - Sessions]]
+
|-
 +
|[[PHP114]]||Sessions
 +
|}
  
 
'''Further resources submitted by students'''
 
'''Further resources submitted by students'''

Revision as of 16:26, 19 February 2007

If you're taking CP1079 Web Development with PHP...

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 HTML for SCIT students.

PHP101 What is PHP?
PHP102 A Basic Page
PHP103 PHP Basics
PHP104 PHP Variables & Constants - Basics
PHP105 Expressions, Operators, and Variable Assignments
PHP105 and a half Include Function Examples
PHP106 Flow Control - Selection
PHP107 Flow Control - Iteration
PHP108 PHP Arrays
PHP108 And A Half Predefined Variables
PHP109 File Handling
PHP110 Simple Databases Concepts & SQL
PHP111 PHP and Databases – Making the Connection
PHP112 Simple HTML/PHP/MySQL example
PHP113 Cookies
PHP114 Sessions

Further resources submitted by students

Troubleshooting PHP

Troubleshooting PHP - Understanding error messages