you need to select the database then use conditions
along the lines of but not tested
if ($_POST['email'} == $row["email']) { header( 'Location: http://www.yoursite.com/white_page.html' ) ;}
else{ header( 'Location: http://www.yoursite.com/sign_up_page.html' ) ;}
|