Installing MySQL
Installing Apache with PHP
Setting MySQL permissions
Testing the installation
Configuring PHP
• 2. PHP Basics Duration: 3 Hours After taking this course, the learner will be able to describe the PHP scripting language, and create basic PHP scripts using proper PHP syntax.
PHP
Basic syntax
Sending data
Understanding PHP, HTML, and white space
Writing comments
Using variables
Using strings
Using numbers
Using constants
• 3. Programming with PHP Duration: 4 Hours After taking this course, the learner will be able to create elaborate scripts, write HTML forms, and program PHP to handle the form data.
Creating HTML forms
Handling HTML forms
Managing magic quotes
Using conditionals and operators
Validating form data
Using arrays
Creating and accessing arrays
Multidimensional arrays
Arrays and strings
Sorting arrays
For and While loops
• 4. Creating Dynamic Web Sites Duration: 3 Hours This course provides the learner with step-by-step instructions for using PHP to create dynamic Web sites that are responsive to users and can alter content based on differing situations.
Including multiple files
Using PHP redux
Making sticky forms
Creating your own functions
Creating a function that takes arguments
Setting default argument values
Returning values from a function
Variable scope
Date and time functions
• 5. SQL and MySQL Duration: 4 Hours After taking this course, the learner will be able to create databases and tables, and sort and retrieve data using SQL and MySQL.
MySQL
Choosing column types
Choosing other column properties
Using mysql client
Creating databases and tables
Inserting records
Selecting data
Using conditionals