I wasn’t sure which forum to post this in, but considering it will be ending in PHP I came to server-side.
What I am trying to do is figure out the local user’s time on their machine using javascript, send the time to PHP, and display different stylesheet values depending on what time it is. Sort of like time sensitive CSS.
I can find the date, time and year easily using javascript, the problem I’m having is sending whatever the value of the date, hour, month, etc. to PHP to figure out which stylesheet to show.
Any pointers?