[eluser]stingray9[/eluser]
Hey guys,
i still got a problem, i hope anyone knows a solution how to solve it.
I need to get results from my database in my css.
What i have now is my css in php:
<LINK HREF="css/style.php" REL="stylesheet" TYPE="text/css">
The style.php has his header configured as text/css. It works fine, but now i need to replace some variables to variables I get from my database.
How can i get/use results form my database in my style.php?
Edit: As solution i write the css where i need database results just in my view, not in my css. But that doesn't look very well..