I trying to get a random number in php...
This will generate a random number between 0 and 100.
srand((double)microtime()*1000000); echo rand(0,100);
This will also help understand the logic: http://www.php.net/manual/en/function.rand.php