I'm possibly teaching an undergraduate PHP/MySQL course in the Fall and was wondering if anyone has any recommendations for good textbooks.
The books have to be geared towards a beginner/medium level (I'm assuming/hoping my students will have C++ and MsSQL classes prior to mine).
Topics I want to cover in PHP:
- Variables/Constants
- Conditionals
- Loops/Loop Control
- Functions
- Strings
- Arrays
- Dates
- Custom
- Form Data
- Session/Cookie/Server variables
- MySQL integration
- Query/Error
- Prepared Statements
- MySQLi Class
In MySQL:
- Schema/Users/Tables/Columns/Rows
- Primary/Foreign/Constraints
- Data Types
- Queries
- Select/Update/Insert/Delete/Truncate
- Limit/Order By/Group By
Possibly deal with:
- Stored Procedures/Triggers
- Image Manipulation/Custom Classes