Safe to use dynamic HTML stylesheets using PHP?

Fowlootly

New Member
ih ave read about the technique to allow dynamic HTML stylesheets using PHP's preprocessor, however I was windering how safe this tecnique is, and if for any reason it is discouraged.For example, instead of using typical:\[code\] <link rel="stylesheet" type="text/css" href="http://stackoverflow.com/questions/3916550/http:mysite.com/style.css/>\[/code\]I could use:\[code\] <link rel="stylesheet" type="text/css" href="http://stackoverflow.com/questions/3916550/http:mysite.com/style.php/>\[/code\]What do you think?
 
Back
Top