|
Hi Guys I Just wanted to know is there any way that i can set a php webpage to to show set message on a webpage?. We would set the times to display via the server time. So what i mean is if i set a the server time to show a message at 10:00 am the webpage will update itself a show a set message at 10:00am Can this be done?, if you don't understand what i am trying to ask please let me know, Thanks Guys Look forward to you writing back to help me with my question |
|
You can test if it's a certain hour like this:
That will test if the current hour is the 10th hour of the day (remember to offset it by the visitor's timezone). |
