Products Form |
|
Details |
|
| Name | =$name?> |
| =$email?> | |
| Country | switch($country) { case"uk": echo "United Kingdom"; break; case"nz": echo "New Zealand"; break; case"gr": echo "Greenland"; break; default : echo "You did not set a country"; $country="none"; break; } ?> |
Course Details |
|
| if ($course==''||is_null($course)) { echo "You were a bit shy with your course details"; $course = "none"; } else { echo "You are doing the".$course."course"; } ?> | |
Products |
|
| Item | Quantity |
| Flash MX | if($flash==''||is_null($flash)) { $flash = 0; } echo $flash; ?> |
| Photoshop | if($photoshop==''||is_null($photoshop)) { $photoshop = 0; } echo $photoshop; ?> |
| Dreamweaver | if($dreamweaver==''||is_null($dreamweaver)) { $dreamweaver = 0; } echo $dreamweaver; ?> |
// display message?>
If these details are correct the click
ok
If you would like to change any details click here to go back. |