2
I’m trying to create a NEXT button, this Next will show the next content, and all these contents are stored in the database and all have an ID.
Everything would be very simple if the ID were sequential type 1 2 3 4 5 6 7, but it’s not... And that’s where I have the problem...
In data filtering (AS A CATEGORY), Ids are no longer sequences type 1 3 4 7.
I am using PDO, I filter the Ids of that category in question, but I cannot create the NEXT button.
It would be an ORDER BY RAND() ?
– Tuyoshi Vinicius