thefollower Posted September 11, 2007 Share Posted September 11, 2007 Is there a way to do a query where by it finds something that is not what you are looking for? Basically something like: mysql_query = ("SELECT * FROM tablename WHERE UserID =!'$UserID'"); something like that? Quote Link to comment https://forums.phpfreaks.com/topic/68846-solved-where-is-not-value/ Share on other sites More sharing options...
pocobueno1388 Posted September 11, 2007 Share Posted September 11, 2007 SELECT * FROM tablename WHERE UserID != '$UserID' Quote Link to comment https://forums.phpfreaks.com/topic/68846-solved-where-is-not-value/#findComment-346047 Share on other sites More sharing options...
thefollower Posted September 11, 2007 Author Share Posted September 11, 2007 thanks Quote Link to comment https://forums.phpfreaks.com/topic/68846-solved-where-is-not-value/#findComment-346050 Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.