Comments by: Philip

The person you searched for (Philip) has authored 1 comment. It is shown below along with the post it belongs to:

Post Comment
Post Comment
May 2005
Dynamic @import CSS files using PHP

Personally, I just stuff whatever PHP I need in the CSS file, like it's no problem. And I call it like this;

<style>
<? include ("stylesheet_name.css"); ?>

[view in situ]