- art388 [art_on_the_internet] sp2013 -

instructor : ryanSmith

Week #13

Ask about Project D ideas

student work 1 | 2 | 3 | 4 | 5 | 6

which is better : bengay.com or biofreeze.com ?

Another jQuery Slideshow


start talking about PHP

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
a little more PHP

see registration form:
http://userpages.umbc.edu/~rsmith33/388/register.php

here's the php code


why use a contact form?

find contact forms online for free:
http://www.foxyform.com/

start talking about forms:


foxyform

WEDNESDAY

what do you want to do?
Comments:

HTML Comment Box is loading comments...


Homework:

-Project D : you might want to get started on it