Current location: Hot Scripts Forums » General Community » Script Requests » Daily File


Daily File

Reply
  #1 (permalink)  
Old 09-13-05, 11:29 PM
BlueLine BlueLine is offline
New Member
 
Join Date: Sep 2005
Posts: 1
Thanks: 0
Thanked 0 Times in 0 Posts
Daily File

I am looking for a PHP script if possible. Would like a free one if possible. I tihnk that it is fairly easy but i can't code in php. This what i am looking for.

I need a script that will display a certain PHP or HTML file on a certain day of the week.

I will have the following PHP files created
Monday.php
tuesday.php
wednesday.php
thursday.php
friday.php
saturday.php
sunday.php

I need Monday to display on Monday, tuesday on tuesday and so forth. I assume it will use the day of the week according to the server day which is fine.

Thanks
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiShare on FacebookShare on Stumble UponShare on Twitter
Reply With Quote
  #2 (permalink)  
Old 09-13-05, 11:37 PM
Keith's Avatar
Keith Keith is offline
Community Liaison
 
Join Date: Feb 2004
Posts: 1,232
Thanks: 1
Thanked 11 Times in 11 Posts
PHP Code:

<?php


include strtolower(date('l')) . '.php';
exit;

?>
Then create php scripts for each day (lowercase):
sunday.php
monday.php
tuesday.php
wednesday.php
etc...

Last edited by Keith; 09-13-05 at 11:40 PM.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiShare on FacebookShare on Stumble UponShare on Twitter
Reply With Quote
Reply

Bookmarks


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
clear Print to File setting (Office XP SP3) DianaD Visual Basic 0 04-27-05 02:29 AM
Server open file altafingar ASP.NET 1 10-20-04 01:12 AM
Getting the created file (fopen/fwrite) Programme PHP 5 02-14-04 04:09 PM
Please I Need help before all my hair is gone! LisatheNovice Perl 6 11-22-03 04:05 PM
Upload file type and size limiter! Arctic ASP 1 08-02-03 08:06 PM


All times are GMT -5. The time now is 10:23 AM.
vBulletin® Copyright ©2000 - 2012, Jelsoft Enterprises Ltd.