Page is a not externally linkable
- Code, Content, and Presentation
-- JavaScript and AJAX
---- Help with a random numbers generator script.


deviss - 4:32 pm on Apr 7, 2011 (gmt 0)


Created the thread here from users recommandation, hopefully someone can help

[webmasterworld.com...]


Hello

I've got a php script that generates random number every page refresh as it's shown below


<?php
srand ((double) microtime( )*1000000);
$random_number = rand(1000,5000);
echo "$random_number";
?>


Everything is good but i would like an option over the script that will change the random generated number each x seconds, a value where i can choose on how many seconds another random number will be generated and shown


would appreciate the help


Thread source:: http://www.webmasterworld.com/javascript/4293727.htm
Brought to you by WebmasterWorld: http://www.webmasterworld.com