Continue searching in Mysql after given ID

Asked

Viewed 51 times

-2

Good night, I would like to know how to continue a search in Mysql, through PHP ($mysqli->query()), example I performed a search and found a user ID 1584, and I want to search another, but starting from ID 1584.

I tried with LIMIT, but I could not get the result waiting.

1 answer

0


Try adding in query: Where ID > 1584

Browser other questions tagged

You are not signed in. Login or sign up in order to post.