You don't really need to show which one they forgot, just in the HTML form if you put in the text fields <?php echo $_POST["email"] ?> for the email one and name a message for the other two then it will show what they have entered an…
There is a easyer way to lay it out BTW cbg,
[PHP]<?php
if ( $_POST["submit"] ) {
$name = $_POST["name"];
$email = $_POST["email"];
$message = $_POST["message"];
if ( stristr ($email, "@") == …
Web design
Drinking
Eating
Women
Sleeping
Basketball
XBox
Eating cheese
Jumping into hedges (Personal favourite)
More sleeping
More drinking
And thats about it
(Quote)
I'm sure his clients can look after them selfs and they wouldn't use him if they didn't think that he would make them a good site and they wouldn't pay if what they got they thought is crap (Even if it is) :p But stillhe's makin money so wh…