html - CSS with a PHP extension? -


I would like to name my css file mystyles.php All the contents inside will still be CSS. I call it my index.php page to standard HTML and lt; Link & gt; Any direction I would like to include without using the tag will be highly appreciated.

Launch your mystyle.php file.

  header ("content-type: text / css");  

Then echo out the elements.


Comments