The Best College Academy of Our Small City

Latest News - QUIS NOSTRUM - Exercitationem ullam corporis suscipit laboriosam

PHP and MySQL

Prerequisites:

All MySQL and PHP class attendees must be fluent in HTML. The course can be customized to any level of programming and relational database familiarity.

Software Needed on Each Student PC:

  • Linux, Windows, MacOS X, or Solaris operating system
  • Web server (either Apache httpd or Microsoft IIS)
  • PHP 5 or later with the PEAR extensions enabled
  • MySQL 5 or later
  • Web browser of your choice

Objectives:

All students will learn to:
  • Gain the PHP programming skills needed to successfully build interactive, data-driven sites
  • Use the MVC pattern to organize  code
  • Test and debug a PHP application
  • Work with form data
  • Use cookies and sessions
  • Work with regular expressions, handle exceptions, and validate data

Course Concepts:
  1. Introduction to web development with PHP
    1. The architecture of a web application
    2. The Product Discount application
    3. How to edit and test a PHP application
  2. How to code a PHP application
    1. Basic PHP skills
    2. The Product Discount application
    3. How to code control statements
    4. How to use the PHP documentation
  3. Introduction to relational databases and MySQL
    1. An introduction to relational databases
    2. The SQL statements for data manipulation
    3. An introduction to MySQL
    4. How to use phpMyAdmin
  4. How to use PHP with a MySQL database
    1. PHP for working with MySQL
    2. How to get data from a result set
    3. The Product Viewer application
    4. The Product Manager application
  5. How to use the MVC pattern to organize your code
    1. How to use the MVC pattern
    2. The Product Manager application
    3. The Product Catalog application
  6. How to test and debug a PHP application
    1. An introduction to testing and debugging
  7. How to work with form data
    1. How to get data from a form
    2. How to display data on a web page
  8. How to code control statements
    1. How to code conditional expressions
    2. How to code the selection structures
    3. How to code the iteration structures
  9. How to work with strings and numbers
    1. How to work with strings
    2. How to work with numbers
    3. Other skills for working with strings and numbers
  10. How to work with dates
    1. How to use timestamps to work with dates
    2. How to use objects to work with dates
  11. How to create and use arrays
    1. How to create and use an array
    2. How to create and use an associative array
    3. How to use functions to work with arrays
    4. How to work with arrays of arrays
    5. The Task List Manager application
  12. How to work with cookies and sessions
    1. How to work with cookies
    2. How to work with sessions
    3. The Shopping Cart application
  13. How to create and use functions
    1. Basic skills for working with functions
    2. How to create and use a library of functions
    3. Advanced skills for working with functions
    4. The Shopping Cart application
  14. How to use regular expressions, handle exceptions, and validate data
    • How to use regular expressions
    • How to handle exceptions
    • The Registration application