Problem with mySQL Query
This is the query I have:
$dbqueryshipping1 = "select * from tempuserpurchase where (usersessionid=\"$User_Shopping_Id\") and day=\"1\" and type!=\"Meal+Plans\" ";
What I want to do is to select everything from tempuserpurchase that matchs the user session and the day, so long as type is not "Meal Plans"
However it is not excluding "Meal Plans"
Any Suggestions.
Thanks in advance,
Phil