View Single Post
  #3 (permalink)  
Old Feb 16th, 2006, 07:41
jj1234 jj1234 is offline
Junior Member
Join Date: Jan 2006
Age: 42
Posts: 30
Thanks: 0
Thanked 0 Times in 0 Posts
Re: Php error when run script

Thanks for that, the only minor query l have now is which bit of the code l need to delete so that the sender does not receive a receipt email.
Is this the coding l need to delete?

// email variable not set - load $valid_ref1 page
if (!isset($_POST['email']))
{
echo
"<script language=\"JavaScript\"><!--\n ";
echo
"top.location.href = \"$valid_ref1\"; \n// --></script>";
exit;
}





Last edited by jj1234; Feb 16th, 2006 at 08:03.
Reply With Quote