PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!
Does the != operator work for the WHERE clause in a mysql query?
I'm trying a query like "SELECT FROM $table WHERE Num!=1 AND Num!=2" but it doesn't seem to work...