Likes Received By adamsinfo
-
Submerged liked adamsinfo's post in the thread Getting around the int limit of rand() and mt_rand()..
define ("DESIRED_LENGTH", 50); //length of our random number $ctr = 0; $output = ""; while ($ctr < DESIRED_LENGTH) { $output .=...
Jun 8, 2010