Re: [PHP] Re: Current Member Check

2004-12-20 Thread Richard Lynch
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

[PHP] Re: Current Member Check

2004-12-19 Thread Brad Ciszewski
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