-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.