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