Jump to content

Mysql start at row


mr_mind

Recommended Posts

I want to know if it is possible to make a mysql_query start art a certain row in the database.

 

this is kind of what i mean but i doubt it would work

 

mysql_query("SELECT * FROM table WHERE id='" . $id . " START 10');

 

Basically to start at a certain number of rowser from the top

 

It doesnt have to be a mysql_query it can be something else after the query

Link to comment
https://forums.phpfreaks.com/topic/80969-mysql-start-at-row/
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.