Hi everyone,
I am having some trouble with a mysql select query not working correctly.
The query I am trying to run is
"SELECT * FROM cards2 WHERE cardid NOT LIKE '".$_SESSION['clubsId'][0]."' "
I have also tried
mysql_query("
SELECT * FROM cards2 WHERE NOT (cardid =".$_SESSION['clubsId'][0]." || ".$_SESSION['clubsId'][1]."
Would appreciate some help as I am not sure how to get this working...
Thanks in advance.