PHP: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
Line 1: | Line 1: | ||
Main reference: http://www.php.net/manual/en/ | Main reference: http://www.php.net/manual/en/ | ||
This topic | This topic will likely require two separate courses; there is a lot of material. Well, it's like teaching someone to program for the first time. Maybe offer a special, equivalent course for those who know how to program? Or, just a different reference guide. | ||
Course 1: Introduction to PHP | |||
Course 2: Intricacies of PHP | |||
== Course 1 == | |||
* if, elseif, else, for, while | |||
* variables, arrays | |||
* functions: include, header, echo | |||
== Course 2 == | |||
* PHP config: magic quotes, register globals | |||
* debugging (phpinfo, print_r, get_defined_vars, etc.) | |||
* user-defined functions | |||
etc. |
Revision as of 21:06, 14 February 2006
Main reference: http://www.php.net/manual/en/
This topic will likely require two separate courses; there is a lot of material. Well, it's like teaching someone to program for the first time. Maybe offer a special, equivalent course for those who know how to program? Or, just a different reference guide.
Course 1: Introduction to PHP Course 2: Intricacies of PHP
Course 1
- if, elseif, else, for, while
- variables, arrays
- functions: include, header, echo
Course 2
- PHP config: magic quotes, register globals
- debugging (phpinfo, print_r, get_defined_vars, etc.)
- user-defined functions
etc.