give back tests
Final project due : Monday, May 20, 12:30 p.m. - 2:30 p.m.
Anyone have classes Tuesdays at 2 or 3pm?
** Let's see what you have for Project D
student work 1 | 2 | 3 | 4 | 5 | 6
which is better : bengay.com or biofreeze.com ?
Another jQuery Slideshow
Advice:
What is PHP ?
Intro to PHP:
step 1 - connect to a server
step 2 - save webpage with .php extension
step 3 - test php version with this code:
<?php
phpinfo();
?>
step 4 - insert php into html format
<?php
print "this text was made with PHP";
?>
step 5 - make another .php page (& save it)
step 6 - try inserting that page into your previous .php page
<div id="footy">
<?php
include ('footer.php');
?>
<!--end footy--></div>
EXAMPLE ( view page source ) | here's the html with php | php pages' code | CSS code
why use a contact form?
find contact forms online for free:
http://www.foxyform.com/
start talking about forms: