03-25-2007, 09:44 PM
|
|
|
North Coast Pimp
Join Date: Dec 2005
Location: 304-534-757
Posts: 9,395
|
Quote:
Originally Posted by Napolean
Code:
<?php
$url[] = 'http://www.test1.com';
$url[] = 'http://www.test2.com';
$url[] = 'http://www.test3.com';
$x= strval(rand()%count($url));
include($url[$x]);
?>
simpler version of the example above, only modification needed is to add more url's as you need them.
|
Worked perfect...
http://www.freepornation.com/test/index3.php
Thank you very much 
|
|
|