View Single Post
Old 12-08-2010, 02:56 PM  
grumpy
Too lazy to set a custom title
 
grumpy's Avatar
 
Join Date: Jan 2002
Location: Holland
Posts: 9,870
Quote:
Originally Posted by myneid View Post
actually i take that back, dont do the $count-1
instead cahnge this line to this
header("location:" . $urls[$random-1]);
nope, that can result in -1 your first suggestion was ok

replace
$random = rand(0,count($urls));
with
$random = rand(0,count($urls)-1);
__________________
Don't let greediness blur your vision | You gotta let some shit slide
icq - 441-456-888
grumpy is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote