News Feed
Jobs Feed
Sections




News Archive
phpPro.org:
Embedding PHP In CSS
April 13, 2009 @ 12:05:52

New on the phpPro site is this article looking at a technique for embedding PHP inside of your CSS files and have it correctly interpreted.

Perhaps one of the most frustrating aspects of using PHP with websites, is getting variables into CSS. Having variables stored in an ini file, config file or even a database can make the updating of the look and feel of a site simple, however, CSS files, by default, do not parse PHP. [...] A html file may also include a PHP file, in the same manner as it includes a CSS file. This means the stylesheet can be renamed from style.css to style.php.

Using this method, the PHP inside the file is parsed and, because its included with a link tag, the CSS is also made available to the rest of the page.

5 comments voice your opinion now!
embed css link parse webserver


blog comments powered by Disqus

Similar Posts

Nexen.net: Error Messages in PHP (a Search)

MakeBeta Blog: Scraping Links With PHP

DevShed: Tracking Parsing Errors with the Tidy Library in PHP 5

Working Software Blog: Parsing the output of PHPs print_r function

CodeIgniter: Wiki Article Discussions Added


Community Events











Don't see your event here?
Let us know!


example code tool phpunit release series framework development interview application podcast testing conference community opinion functional introduction zendframework2 unittest language

All content copyright, 2013 PHPDeveloper.org :: info@phpdeveloper.org - Powered by the Solar PHP Framework