Jump to content

query rows


blankextacy

Recommended Posts

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

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.