Introduction to PHP
  • Introduction
  • Installing PHP with Xampp
  • PHP Quick Start
  • Documentation
Working with PHP Forms
  • Introduction
  • The Basics
  • Creating a Form
  • Processing Form Fields: Part one
  • Processing Form Fields: Part Two
  • Escaping Form Output
  • Validation
  • Form Validation With Regular Expressions
  • Text Fields
  • Radio Buttons and Checkboxes
  • Lists
  • Conclusion for this Section
PHP Databases
  • Introduction to Database
  • Database Setup
  • Disclaimer
  • Inserting Data
  • Reading Data
  • Form Setup
  • Updating Data
  • Deleting Data
  • Conclusion for this Section
Building Web Pages With PHP
  • PHP Files
  • Navigation
  • PHP Password Hashing API
  • Storing Passwords with Database
  • Validating Passwords
  • State Management and Sessions
  • Authentication and Authorization
Outro
  • Conclusion
Working Files
  • Source Code
  • Thank You