Creating a simple newsletter signup using PHP and MySQL
  • Introduction
  • Things You Are Going to Need for This PHP Database Course
  • Downloading and Setting Up Your Local Web Development Environment
  • Setting up Xampp on Windows
  • Creating a Database and Table With phpMyAdmin
  • Adding a Website to XAMPP Server
  • Adding a Form to Our Website Using Twitter Bootstrap
  • PHP Basics to Handle a Form Submission
  • Using PHP’s PDO Class to Connect to a Database
  • Inserting Form Data Into a Database Table Using PHP
  • Exporting a Mysql Table to Csv File Using phpMyAdmin
  • Uploading Our PHP Project to a Bluehost Server
  • HTML Form Validation Required and Email Attribute
  • Where to Next