|
| Prerequisites:Students looking to take this class should have an understanding of HTML and general web publishing skills. |
| The Basics · Why PHP · Installation of WAMP · Configuration · Working with localhost · phpinfo(), your first script Syntax · Where to put PHP · Comments and White space · Print() vs Echo · Debugging · Short Tags Variables · String Variables · String Functions · Number Variables · Number Functions · Other Variables · Scope HTML Forms · HTML Forms for PHP · Registered Global's · Printing out Form Info Control Structures · if, ifelse, and else · for loops · while loops · switch · foreach loops Arrays · Creating an Array · Filling an Array · Sorting Arrays · Printing out Arrays · Associative Arrays · implode and explode · Other Arrays Functions |
Regular Expressions · Creating the Pattern · eregi() and ereg() · Email Addresses and R.E. Working with Functions · Date and Time Functions · Writing custom Functions · Calling Functions · Passing Arguments Working with Files · Writing to a File · Reading a File · Uploading a File Working with Databases · Logging into MySQL · Creating a Database with PHP · Creating a Table · Filling a Table · Getting Data From a Table · Displaying Database Data Cookies · Setting Cookies · Reading Cookies · Deleting Cookies PHP and Templates · Include() · Require() · Require_once() · Variables across pages An E-commerce Shopping Cart · The Database · End User Pages · Admin Pages · The Design |