Hi,
I want to make a basic selection from the DB and I'm not sure if this is valid:
$check_sent_sql = "SELECT * FROM cadogan_send_checker WHERE mailID = '$email_id' AND mailQ = 0 OR mailQ = 2";
I need to select a row which matches 2 values (one could be one of 2)
Thanks