Thread: script
View Single Post
Old 11-07-2003, 08:05 AM  
peewee
Confirmed User
 
Join Date: Oct 2003
Location: Horny Holland
Posts: 451
script

hi want to use this script to randomize my galleries;

<?php
$fileName = "./galleries.txt";
mt_srand( (double) microtime() * 1000000 );
$a = file($fileName);
$randNum = mt_rand( 0, sizeof($a)-1 );
header( "Location: ". $a[$randNum] );
?>

can anyone tell me how the gallerie links should look
so numbered and all,please an exeample
__________________
<a href="http://www.sexmoney.com/?adsid=59343" target="_blank"><img src="http://www.sexpiraat.nl/sexmo.gif"></a>
peewee is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote