keepingbusy
Programmer
Hello guys
I have the following code near the top of a php page:
Code:
$node->orderby = "order by Rand()";
if(($result = $mysql->select($node)) === false ) die($mysql->debugPrint());
When I view the webpage, the images shown do randomly change but only if I click the refresh button about 3 or 4 times otherwise they stay in the same place.
Is there a way to make this random more frequently?
Thank you