What you *COULD* do is this:
Use .htaccess to force your .css files to *really* be PHP files:
ForceType application/x-httpd-php
[NOTE: Depending on your server configuration, the
application/x-httpd-php part could be *ANYTHING* the sysadmin felt was
appropriate...]
Inside your CSS, you now
2007. 03. 8, csütörtök keltezéssel 09.14-kor Alain Roger ezt írta:
> Hi,
>
> I would like to know if there is a way how PHP code can extract from
> ElementID some property values.
>
> for example, i have the following PHP page :
>
> print "my main div";
> $new_Width = somefunction();
> print "
2 matches
Mail list logo