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] );