I need a mysql statement which i imagine goes somthing like:
Select from search where reg="$reg" not other="$not";
but you know what the mysql documentation's like.
thanks
ash
SELECT * FROM SEARCH WHERE reg = "$reg" AND other != "$not";