Core PHP Without Framework Complexity
This course teaches the fundamentals behind PHP applications so you understand what a framework later automates for you.
PHP Foundations
- Variables, arrays, conditions, loops and functions
- GET, POST and server requests
- Includes and reusable page structure
Forms and Validation
- Processing form submissions
- Server-side validation and sanitization
- Uploads and common security checks
MySQL and PDO
- Database tables and relationships
- Prepared statements
- Create, read, update and delete operations
Admin and Authentication
- Sessions and login/logout
- Password hashing
- Building a simple admin panel