Quote:
Originally Posted by King Kovifor
Those lines are about it, but I'm not sure If I can do something in a mysql query. Always use it as SELECT * FROM table WHERE this=that... not where this != that... so not sure if I can.
|
I've dabbled with MySQL briefly - would it not be possible to select all from the table where table != 29 (my forum I want to exclude) - that should achieve it? Just not sure how that can be formatted....
Cheers