blankextacy Posted January 1, 2007 Share Posted January 1, 2007 is it possible to make rows up and down like 5 rows to the left and then 5 rows down i know desc limit makes it # to the side. for querys like this[code]$CODE = mysql_query("select * from CODE WHERE CODE=$CODE order by CODE desc limit 5"); while ($CODE = mysql_fetch_array($CODE)) {print"CODE";exit;}[/code] Link to comment https://forums.phpfreaks.com/topic/32440-query-rows/ Share on other sites More sharing options...
trq Posted January 1, 2007 Share Posted January 1, 2007 Take a look [url=http://www.phpfreaks.com/forums/index.php/topic,95426.0.html]here[/url]. Link to comment https://forums.phpfreaks.com/topic/32440-query-rows/#findComment-150735 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.