Wow thanks alot for the info i have implemented this and it works like a charm! Now my guru i have yet another question.
In this script prior to printing the current example above, I have the program sending me an e-mail with the notifications of what the user is trying to use.
ex is code before html
// requested sites
$body .= "</tr></table><br>\n<br>Requested Sites to work:"; if(isset($POST['zone1']))
{
print "<b><u> ZONE1 / </b></u>"; } if(isset($POST['zone2']))
{
print "<b><u>ZONE2 / </b></u>"; } if(isset($_POST['zone3']))
{
print "<b><u>ZONE3</b></u>\n<br>\n<br>"; }
however only the "Requested sites to work" text appears in my notification e-mail and the other info is displayed at the top of the webpage instead of within my e-mail, your help with this matter is much appreciated