Posts by Gabriela • 23 points
1 post
-
1
votes1
answer359
viewsQ: How do I not repeat RAND() results in php?
I need to create a simulation that will make a 5 question SELECT randomly. I’m using the ORDER BY RAND(), but the results are repeated, and I don’t know how I can fix it. I even created an array…