Jump to content

Dynamically refresh style via a PHP stylesheet


mb1

Recommended Posts

Hi,

 

I have this little weather app: http://marineboudeau.com/lab/weather.

 

I created new file called style.php which contains some conditional statements and outputs css. It works: http://marineboudeau.com/lab/weather/style.php.

 

I am trying to reload/refresh that file constantly and have it update the page. I found this cool js refresh script that auto refreshes stylesheets every 10 seconds. My regular CSS stylesheet gets auto refreshed but the php stylesheet, although it shows that it gets loaded, doesn't auto refresh style on the page dynamically (unless user refreshes the page).

 

Why is that? How would you solve this?

 

Thank you for your help!

mb1

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.