Re: [PHP] Re: php and CSS level 2

2004-03-21 Thread Michal Migurski
>RD> I do wonder if either of the above methods would force the RD> >browser to never cache the CSS file locally > >You know, I didn't think about that, as I've never personally used this >method. I've never had a need. Thinking about it now, I would also >think that you may need to send a conten

Re: [PHP] Re: php and CSS level 2

2004-03-20 Thread Ben Ramsey
RD> I do wonder if either of the above methods would force the RD> browser to never cache the CSS file locally You know, I didn't think about that, as I've never personally used this method. I've never had a need. Thinking about it now, I would also think that you may need to send a content-typ

Re: [PHP] Re: php and CSS level 2

2004-03-20 Thread Richard Davey
Hello Ben, Sunday, March 21, 2004, 4:02:40 AM, you wrote: BR> BR> > BR> BR> or BR> Just out of interest Ben, I do wonder if either of the above methods would force the browser to never cache the CSS file locally, forcing it to download it every s

[PHP] Re: php and CSS level 2

2004-03-20 Thread Ben Ramsey
Why not just make your CSS script end with the .php extension instead of .css? Then, the server will automatically parse it (most likely it will--depending on your server setup, of course). You can link to it from your HTML page like you would your CSS: