hi, I am going through this tutorial:
http://net.tutsplus.com/tutorials/php/supercharge-your-css-with-php-under-the-hood/
I have done what you said: here is my CSS page:
<?php header('Content-type=text/css'); ?>
#headcontainer { background-color: #<?php echo $headcontainerbg; ?> }
here is my .htaccess (in the CSS folder)
AddType application/x-httpd-php .html .htm .css
AddHandler application/x-httpd-php .html .htm .css
AddHandler application/x-httpd-php5 .css
I am importing CSS stylesheet like my others
I am using MAMP locally, still nothing