|
not working script missing code?
is this script missing something
<?$file = "anal.txt";
$fp = file($file);
srand((double)microtime()*1000000);
$urls = $fp[array_rand($fp)];
header("Location: $urls");>?
script is saved as random.php
added some gallerys to anal.text linking to random.php not working
is the code missing something?
|