PHP Stylesheet File

PHP Stylesheet File

am 04.09.2007 15:13:06 von goldnery

Whay when I use this HTML element:



And even after I define the right header at the style.php file:

header('Content-Type: text/css');
?>


i can't use extended variable?

Re: PHP Stylesheet File

am 04.09.2007 15:18:36 von goldnery

On Sep 4, 3:13 pm, Gandalf wrote:
> Whay when I use this HTML element:
>
>
>
> And even after I define the right header at the style.php file:
>
> > header('Content-Type: text/css');
> ?>
>
> i can't use extended variable?

doesn't matter I result it by sending get data in to the link href
like this:


I hope one day it will help someone
thanks anyway :)

Re: PHP Stylesheet File

am 04.09.2007 17:45:00 von luiheidsgoeroe

On Tue, 04 Sep 2007 15:18:36 +0200, Gandalf wrote:

> On Sep 4, 3:13 pm, Gandalf wrote:
>> Whay when I use this HTML element:
>>
>> =

>>
>> And even after I define the right header at the style.php file:
>>
>> >> header('Content-Type: text/css');
>> ?>
>>
>> i can't use extended variable?
>
> doesn't matter I result it by sending get data in to the link href
> like this:
>
> ign=3D
> $align'>

Indeed, because the request for the stylesheet will be a different =

request, so none of the variables if the original request will be =

available.
-- =

Rik Wasmus