Difference between revisions of "PHP"
From mi-linux
Jump to navigationJump to searchLine 16: | Line 16: | ||
[[PHP103 - PHP Basics]] | [[PHP103 - PHP Basics]] | ||
− | [[PHP104]] | + | [[PHP104|PHP104 - PHP Variables & Constants - Basics]] |
− | [[PHP105]] | + | [[PHP105|PHP105 - Expressions, Operators, and Variable Assignments]] |
− | [[PHP106]] | + | [[PHP106|PHP106 - Flow Control - Selection]] |
− | [[PHP107]] | + | [[PHP107|PHP107 - Flow Control - Iteration]] |
− | [[PHP108]] | + | [[PHP108|PHP108 - PHP Arrays]] |
− | [[PHP109]] | + | [[PHP109|PHP109 - File Handling]] |
− | [[PHP110]] | + | [[PHP110|PHP110 - Simple Databases Concepts & SQL]] |
− | [[PHP111]] | + | [[PHP111|PHP111 - PHP and Databases – Making the Connection]] |
− | [[PHP112]] | + | [[PHP112|PHP112 - Simple HTML/PHP/MySQL example]] |
+ | == Troubleshooting PHP == | ||
[[Troubleshooting PHP]] - Understanding error messages | [[Troubleshooting PHP]] - Understanding error messages |
Revision as of 16:40, 25 January 2007
If you're taking CP1079 Web Development with PHP...
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 HTML for SCIT students.
PHP104 - PHP Variables & Constants - Basics
PHP105 - Expressions, Operators, and Variable Assignments
PHP106 - Flow Control - Selection
PHP107 - Flow Control - Iteration
PHP110 - Simple Databases Concepts & SQL
PHP111 - PHP and Databases – Making the Connection
PHP112 - Simple HTML/PHP/MySQL example
Troubleshooting PHP
Troubleshooting PHP - Understanding error messages