CODE : PHP Code: $link = array( 'http://www.somesite.com', 'http://www.anothersite.net', 'http://mysite.se' ); shuffle($link); echo "$link[0]"; ?>
$link = array( 'http://www.somesite.com', 'http://www.anothersite.net', 'http://mysite.se' ); shuffle($link); echo "$link[0]"; ?>
No comments:
Post a Comment