Originally posted by sharil
View Post
Code:
<?php $ec=mysql_query(SELECT COUNT(*) FROM table WHERE email='$email_variable'; if($ec>0) { $exist=true; } else { $exist=false; } ?>
Comment