View Single Post
Old 04-03-2009, 05:33 AM  
mBerk
Confirmed User
 
Join Date: Jul 2008
Posts: 168
Quote:
Originally Posted by fris View Post
Code:
<?
$file = "batts_excuses.txt";
$fp = file($file);
srand((double)microtime()*1000000);
$excuses = $fp[array_rand($fp)];
echo $excuses;
?>
lol
mBerk is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote