Difference between revisions of "PHP"
From mi-linux
Jump to navigationJump to searchLine 19: | Line 19: | ||
|Week 01||[[PHP101]]||What is PHP? | |Week 01||[[PHP101]]||What is PHP? | ||
|- | |- | ||
− | |[[PHP102]]||A Basic Page | + | |Week 01||[[PHP102]]||A Basic Page |
|- | |- | ||
− | |[[PHP103]]||PHP Basics | + | |Week 01||[[PHP103]]||PHP Basics |
|- | |- | ||
− | |[[PHP104]]||PHP Variables & Constants - Basics | + | |Week 01||[[PHP104]]||PHP Variables & Constants - Basics |
|- | |- | ||
− | |[[PHP105]]||Expressions, Operators, and Variable Assignments | + | |Week 01||[[PHP105]]||Expressions, Operators, and Variable Assignments |
|- | |- | ||
− | |[[PHP105 and a half]]||Include Function Examples | + | |Week 01||[[PHP105 and a half]]||Include Function Examples |
|- | |- | ||
− | |[[PHP106]]||Flow Control - Selection | + | |Week 01||[[PHP106]]||Flow Control - Selection |
|- | |- | ||
− | |[[PHP107]]||Flow Control - Iteration | + | |Week 01||[[PHP107]]||Flow Control - Iteration |
|- | |- | ||
− | |[[PHP108]]||PHP Arrays | + | |Week 01||[[PHP108]]||PHP Arrays |
|- | |- | ||
− | |[[PHP108 And A Half]]||Predefined Variables | + | |Week 01||[[PHP108 And A Half]]||Predefined Variables |
|- | |- | ||
− | |[[PHP109]]||File Handling | + | |Week 01||[[PHP109]]||File Handling |
|- | |- | ||
− | |[[PHP110]]||Simple Databases Concepts & SQL | + | |Week 01||[[PHP110]]||Simple Databases Concepts & SQL |
|- | |- | ||
− | |[[PHP111]]||PHP and Databases – Making the Connection | + | |Week 01||[[PHP111]]||PHP and Databases – Making the Connection |
|- | |- | ||
− | |[[PHP112]]||Simple HTML/PHP/MySQL example | + | |Week 01||[[PHP112]]||Simple HTML/PHP/MySQL example |
|- | |- | ||
− | |[[PHP113]]||Cookies | + | |Week 01||[[PHP113]]||Cookies |
|- | |- | ||
− | |[[PHP114]]||Sessions | + | |Week 01||[[PHP114]]||Sessions |
|} | |} | ||
Revision as of 16:44, 27 July 2009
Main Page >> Interactive Systems Development >> Workbook
If you're taking CP2228...
Some other pages you should take a look at:
- Linux Desktop Basics first before starting on the PHP resources.
- If you want to Apache, PHP, and MySQL for Ubuntu (or any other Debian derivative distro)
- A list of useful Web Developer Add-ons/Extensions for Firefox
Welcome to the Online Teaching/Learning Resources for PHP
This is primarily usable as a workbook for SCIT students.
Week 01 | PHP101 | What is PHP? |
Week 01 | PHP102 | A Basic Page |
Week 01 | PHP103 | PHP Basics |
Week 01 | PHP104 | PHP Variables & Constants - Basics |
Week 01 | PHP105 | Expressions, Operators, and Variable Assignments |
Week 01 | PHP105 and a half | Include Function Examples |
Week 01 | PHP106 | Flow Control - Selection |
Week 01 | PHP107 | Flow Control - Iteration |
Week 01 | PHP108 | PHP Arrays |
Week 01 | PHP108 And A Half | Predefined Variables |
Week 01 | PHP109 | File Handling |
Week 01 | PHP110 | Simple Databases Concepts & SQL |
Week 01 | PHP111 | PHP and Databases – Making the Connection |
Week 01 | PHP112 | Simple HTML/PHP/MySQL example |
Week 01 | PHP113 | Cookies |
Week 01 | PHP114 | Sessions |
Further resources submitted by students
Troubleshooting PHP
Troubleshooting PHP - Understanding error messages