How would I go about using PHP as a CSS file. I have just included it as a normal css file, but it fails to work in Google Chrome.
4
-
please post the source of that php filePeter Porfy– Peter Porfy2012-02-20 13:12:55 +00:00Commented Feb 20, 2012 at 13:12
-
6Do you set the content type header in the PHP file?James Allardice– James Allardice2012-02-20 13:13:25 +00:00Commented Feb 20, 2012 at 13:13
-
Do you want do use a css content saved as php file ? Is that what I undestood? Why such a thing?devasia2112– devasia21122012-02-20 13:14:11 +00:00Commented Feb 20, 2012 at 13:14
-
2@B4NZ41 sometimes people want dynamic CSS files.Mike– Mike2012-02-20 13:24:19 +00:00Commented Feb 20, 2012 at 13:24
Add a comment
|