Code Library
Home Submit Free Hosting Link To Us Contacts

PHP Random number using microtime

PHP Random number using microtime PHP PHP Random number using microtime Download (.zip)



<?
$a = explode(" ",microtime());
echo substr(rand(1,$a[1]), 0, 8);
?>






Tatet