desjardins2010 Posted January 18, 2011 Share Posted January 18, 2011 how can I have this pull records of = or < userlevel SELECT * FROM site_jobs WHERE level_required ='$userlevel I want it to pull records that are also < that $userlevel Link to comment https://forums.phpfreaks.com/topic/224874-how-to-format-this-string/ Share on other sites More sharing options...
Pikachu2000 Posted January 18, 2011 Share Posted January 18, 2011 MySQL Comparison Operators Link to comment https://forums.phpfreaks.com/topic/224874-how-to-format-this-string/#findComment-1161495 Share on other sites More sharing options...
desjardins2010 Posted January 18, 2011 Author Share Posted January 18, 2011 thanks, I was doing =< Link to comment https://forums.phpfreaks.com/topic/224874-how-to-format-this-string/#findComment-1161497 Share on other sites More sharing options...
radi8 Posted January 18, 2011 Share Posted January 18, 2011 how can I have this pull records of = or < userlevel SELECT * FROM site_jobs WHERE level_required ='$userlevel I want it to pull records that are also < that $userlevel SELECT * FROM site_jobs WHERE level_required <= $userlevel [\code] Link to comment https://forums.phpfreaks.com/topic/224874-how-to-format-this-string/#findComment-1161509 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.