Re: [PHP] Re: Current Member Check

2004-12-20 Thread Richard Lynch
Brad Ciszewski wrote: if($checkEmail != 0){ echo(centerfont color=\#99\The email address has already been registerd with an account./font/center); include(../includes/footer.php); exit; } In addition to the egregious security hole noted by others, your basic problem is you are confusing

[PHP] Re: Current Member Check

2004-12-19 Thread Brad Ciszewski
i appologize i forgot to add the rest: if($checkEmail != 0){ echo(centerfont color=\#99\The email address has already been registerd with an account./font/center); include(../includes/footer.php); exit; } Thanx! Brad Ciszewski www.BradTechnologies.com Web Services Brad Ciszewski [EMAIL