INF2250: Web Design & Development
Spring 2009 Campuses: Beren,Wilf Sections: C,231 CRNs: 24061,23943
Refer to the Angel system for more information for this course.
Sample HTML Files
| 1 | layoutWithTables.html | Layout of page using a table (i.e. header, left and right columns, footer and main content). |
Sample PHP Files
Click here for files from the book.
| 1 | 001-firstPhp.php | (live webpage) | (source code) | Very simple PHP file. |
| 2 | 002-introToPhp2.php | (live webpage) | (source code) | "Printing" HTML code (e.g. <br />) with PHP. |
| 3 | 003-priceList1.php | (live webpage) | (source code) | Intro to using Variables. (First try - some improvement over plain HTML, but not much.) |
| 4 | 004-priceList2.php | (live webpage) | (source code) | Intro to using Variables. (2nd try - simple to create many lines in the table. Just cut and paste the 1st row many times. You don't need to modify anything in the cut/pasted rows..) |
| 5 | 005-priceList3.php | (live webpage) | (source code) | Using a "loop" and variables to generate a LOT of data. (3rd try - no need to cut/paste anymore. PHP code is very short. Produces a table of as many lines as you like). |