cbg, to answer your question:
the way you've coded it (i.e. directly using $email instead of $email=$_POST["email"]) won't work in php 5. in php 5, the values from one form to another will need to be retrieved through wither a $_POST or $…
:) you really need to go to a site like php.net to check out the syntax - even better if you get a good book!
anyway, the function you would need is:if(stristr($email, "@") == FALSE) { //do something if character @ is NOT found}else { …
ah... ok... there's no straight answer for that...
what you have to do is to think of what to check and then check individual field values...
e.g. age is stored in a $age field. you'd hae to test using php's functions to determine if $age is numer…
cbg, there are a couple of ways to do this:
*****************************
the easiest way would be to print a link back to the form after the message - i.e. when the user reads the error message, he has to click on the link to get back to the form…
is targetfirst a cpm program or a paid-by-clicks program?
i.e. do you only get paid by number of clicks or do you get paid after 1000 impressions (regardless of how many clicks)?
very nice design overall...
2 things you can change:
1. add a banner
2. change the font for the navigation at the top to a smaller size (so that it looks different from the body)...
congrats!
hosting-blaze is for sale? that would mean you've dropped your hosting business?
you say they were once completed websites... will the content be part of the deal?
well, he may be a student or a kid who's trying out his ventures - i would think his efforts are commendable. people who do not think his services are value for money won't buy his services - simple as that.
i started used irc way back in 93 - back then i used the unix command line type client... it's changed so much now with the windows version... :) just goes on to show how old a dork i am...
i've stopped using irc... on yahoo messenger now to commun…
i doubt it too.
however, i always have this feeling that signing up for adsense/adwords gets your site spidered faster and more often (i'm no seo expert though - in fact i'm a relative newbie) :)