grlayouts Posted May 1, 2007 Share Posted May 1, 2007 mysql_query("select * from players where jail !='21' order by level desc limit 25"); is it possible to get the limet betweens.. like from 100-200 Link to comment https://forums.phpfreaks.com/topic/49422-solved-range-select-form/ Share on other sites More sharing options...
taith Posted May 1, 2007 Share Posted May 1, 2007 yup! mysql_query("select * from players where jail !='21' order by level desc limit 100,200"); Link to comment https://forums.phpfreaks.com/topic/49422-solved-range-select-form/#findComment-242176 Share on other sites More sharing options...
grlayouts Posted May 1, 2007 Author Share Posted May 1, 2007 thanks. Link to comment https://forums.phpfreaks.com/topic/49422-solved-range-select-form/#findComment-242178 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.