<? print file_get_contents(date('D').'.htm'); ?>
Printable View
<? print file_get_contents(date('D').'.htm'); ?>
where doesgo ?PHP Code:<? print file_get_contents(date('D').'.txt'); ?>
What does it replace? I can do all the rest, but dont know where to add it :S
Make a file called timetable.php and in it place
Then on your navigation have it go to timetable.php e.g.PHP Code:<? print file_get_contents(date('D').'.php'); ?>
Code:<a href="timetable.php" target="main">Timetable</a>
can some one post the FULL SCRIPT where I can edit it, not things i need to add :S
it wont work for me, im doing sumin wrong, so can some 1 pls post the FULL Script