View Single Post
Old 09-10-2005, 04:22 PM  
mortenb
Confirmed User
 
mortenb's Avatar
 
Join Date: Jul 2004
Location: Denmark ICQ: 7880009
Posts: 2,203
this script pulls links using the day of the year as it's base..

put the urls in a file called urls.txt - one on each line

then put this in a .php file

<?php
$urls = file("urls.txt");
echo trim($urls[date("z")]);
?>
mortenb is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote