I have a MySql database that logs all referring domains. When I display the domains, I need to filter out some, so I use: SELECT * FROM [I]table[/I] WHERE [I]field[/I] != 'domain1.com' Code (markup): which works fine. But I need to filter out multiple domains. I try to use: SELECT * FROM [I]table[/I] WHERE [I]field[/I] != 'domain1.com, domain2.com' Code (markup): which doesn't work. Is there a way to do this with a query statement or do I need to filter out using php after the statement? Thanks, Drew
I don't know if I'm wrong but, I have found that many problems with MySql arise from the use of the recent phpMyAdmin. Yeah, I know they have nothing to do, but since thy began with their "cosmetic changes" and useless language charsets and other stuff that is everything worst, and worst