View Single Post
Old 07-24-2008, 11:43 AM  
BigBen
Confirmed User
 
Join Date: Nov 2004
Location: scv
Posts: 2,299
Code:
$urls = file('urls.txt');
header("Location: " . array_rand($urls));
BigBen is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote