I have six different pictures for advertisment purpose. I want to diplay this picture randomly, one at a time and the other after some seconds. Would you help me? Thank you
If you use MySQL:
$getpicture = mysql_query("SELECT picture FROM myPictures ORDER BY Rand() LIMIT 1");