Search found 17 matches

by CONFUSIONUK
Thu Sep 24, 2009 9:10 pm
Forum: PHP - Code
Topic: PHP Daily Schedule Rotation
Replies: 20
Views: 627

Re: PHP Daily Schedule Rotation

The following code will return the full textual representation of the day of the week. date('l'); //that's a lowercase L Assuming that your HTML files are named after each day of the week (Monday.html, etc.), here is how you would go about loading them up in the fashion that you describe.   $date =...
by CONFUSIONUK
Thu Sep 24, 2009 5:23 pm
Forum: PHP - Code
Topic: PHP Daily Schedule Rotation
Replies: 20
Views: 627

PHP Daily Schedule Rotation

Really sorry if this is in the wrong section of the forum as im new here. Basically i want to scrap my current js content rotator on my site that i got at the moment and replace it with a 100% PHP and mysql if needed schedule rotator. Above says most of what im after but just incase. I have a schedu...