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? 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' 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 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
Archived
This topic is now archived and is closed to further replies.