 |
|
 
Class Example Files
Below are most of the class example files, in approximate chronological order. Some of the files are addressed in detail in the course of the lesson pages. In the examples below, clicking the name of the file brings up a demonstration of the page, if applicable. Clicking the word SOURCE brings up a word document of the source code.
| File Name |
Function |
Notes/Source |
| info.php |
Shows PHP and MySQL server settings. |
Example pointed at Dreamhost server. SOURCE |
| firstpage.php |
A simple PHP/HTML example. |
Alternates HTML and PHP. SOURCE |
| template.html |
A simple template page and CSS page to begin coding. |
For those unfamiliar with CSS. SOURCE |
| firstdate.php |
Shows date via the server. |
One of many date formats possible. SOURCE |
| includeBefore.php |
A template page to show how a website can divide repeating elements into include files. |
This is the example prior to splitting into include files. SOURCE |
|