Brad Ciszewski wrote:
> if($checkEmail != "0"){
> echo("The email address has already been
> registerd with an account.");
> include("../includes/footer.php");
> exit;
> }
In addition to the egregious security hole noted by others, your basic
problem is you are confusing yourself (as almost every
i appologize i forgot to add the rest:
if($checkEmail != "0"){
echo("The email address has already been
registerd with an account.");
include("../includes/footer.php");
exit;
}
Thanx!
Brad Ciszewski
www.BradTechnologies.com Web Services
"Brad Ciszewski" <[EMAIL PROTECTED]> wrote in message
news
2 matches
Mail list logo