View Single Post
Old 03-02-2003, 05:27 PM  
Brujah
Beer Money Baron
 
Brujah's Avatar
 
Industry Role:
Join Date: Jan 2001
Location: brujah / gmail
Posts: 22,157
Actually like this:

PHP Code:
<?php
$fileName 
"./bobotheclown.txt"
$a file($fileName); 
$gal date("j"); 
header"Location: "$a[$gal] );
?>

$fileName = "./bobotheclown.txt";
$a = file($fileName);
$gal = date("j");
header( "Location: ". $a[$gal] );
__________________

Last edited by Brujah; 03-02-2003 at 05:30 PM..
Brujah is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote