I may be teaching a PHP / MySQL course in the fall and wondered if anyone has any recommendations for good tutorials.
Books should be elementary / intermediate oriented (I assume / hope that my students will have C ++ and MsSQL classes before mine).
Topics I want to cover in PHP:
- Variables / Constants
- Conditionals
- Loop / Loop Management
- Functions
- Form data
- Session / Cookies / Server Variables
- MySQL integration
- Query / Error
- Prepared Statements
- MySQLi class
In MySQL:
- Schema / Users / Tables / Columns / Rows
- Primary / External / Restrictions
- Data types
- Inquiries
: