First add and "or die" to your query to make sure that you're successfully connecting to the database
PHP Code:
mysql_query("SELECT email FROM italics WHERE email='$email'") or die(mysql_error());
Make sure that the email address is being properly assigned to $email
__________________
When you eliminate all other possibilities, what remains, no matter how improbable, is the answer.
|