Hi guys, I have been struggling to find a method but I could not know how to resolve this odd problem. Problem is: I would like to pass a variable; say $basefont to a dynamic CSS which is made by php like this: <?php header("Content-type: text/css"); ?> HTML: I know I can do this: $basefont = 'Arial'; HTML: Then use it in the same style.php file, but I want the variables to be called from other files. However, I can't use the include() or require() at the same time.. I tried to set global variables and everything, didnt work.. what I am missing Thanks in advance