Description: PHP is an open-source server-side scripting language designed for Web development to produce dynamic Web pages and can be used on a host of webservers and platforms. It is one of the first developed server-side scripting languages to be embedded into an HTML source document rather than calling an external file to process data.
Curriculum
- 1 Section
- 35 Lessons
- 10 Weeks
Expand all sectionsCollapse all sections
- Fundamentals of PHP Programming35
- 2.1Installing PHP
- 2.2Basic Output and Variables
- 2.3Basic Math Functions
- 2.4If Else Statements
- 2.5if/elseif/else
- 2.6Switch Statement
- 2.7While Loop
- 2.8Do Loop
- 2.9For Loop
- 2.10Arrays
- 2.11Associative Arrays
- 2.12Adding and Modifying Elements in an Array
- 2.13Arrays with Loops
- 2.14Foreach Array Loops
- 2.15Functions
- 2.16Parameters in Functions
- 2.17Return Values
- 2.18Beginning Forms
- 2.19More on Forms
- 2.20Date Function
- 2.21Include Function
- 2.22Creating a MySQL Database
- 2.23Adding Tables to MySQL Database
- 2.24Connecting to MySQL Database
- 2.25Selecting a MySQL Database
- 2.26Testing the Database Connection
- 2.27Creating a Computer Game
- 2.28Creating Connection and Tables for Game
- 2.29Checking Username for Game
- 2.30Check for Duplicate Names in Game
- 2.31Testing for Spammers and Hackers for PHP Game
- 2.32Email Confirmation for PHP Game
- 2.33Getting Temporary Data for PHP Game
- 2.34Creating Tables for PHP Game
- 2.35Deleting Data from Temp Tables for PHP Game