FUDforum
Fast Uncompromising Discussions. FUDforum will get your users talking.

Home » Imported messages » comp.lang.php » Parsing .css files with php: Cons?
Show: Today's Messages :: Polls :: Message Navigator
Return to the default flat view Create a new topic Submit Reply
Re: Parsing .css files with php: Cons? [message #176726 is a reply to message #176725] Fri, 20 January 2012 10:25 Go to previous messageGo to previous message
Michael Fesser is currently offline  Michael Fesser
Messages: 215
Registered: September 2010
Karma:
Senior Member
.oO(Captain Paralytic)

> On Jan 19, 8:45 pm, "J. Frank Parnell" <jugl...@gmail.com> wrote:
>> On Jan 17, 4:32 am, Captain Paralytic <paul_laut...@yahoo.com> wrote:
>>> I suspect a more normal way to do this would be to use php files to
>>> generate your css rather like you would use them to generate your
>>> html. So in the html sent to the browser you would have:
>>> <link type="text/css" rel="stylesheet" media="screen" charset="utf-8"
>>> href="http://www.example.com/dynamic_css.php?anyparms">
>>
>>> and dynamic_css.php would return the css.
>>
>> ok, yeah, this would be my preferred way of the three suggestions
>> (thanks all!).  Then, i suppose, I would need to set proper headers in
>> the php file?  or maybe it would come thru fine by itself?
>
> The latter

No. You have to explicitly send the correct header or some browsers
might ignore the CSS. For example

header('Content-Type: text/css; charset=UTF-8')

Micha

--
http://mfesser.de/blickwinkel
[Message index]
 
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Previous Topic: phpinfo is not showing in php4 version
Next Topic: arrays with holes
Goto Forum:
  

-=] Back to Top [=-
[ Syndicate this forum (XML) ] [ RSS ]

Current Time: Sun Nov 24 16:39:27 GMT 2024

Total time taken to generate the page: 0.04387 seconds