Re: [PHP] Re: Can a php script be placed within a stylesheet?

2002-06-10 Thread Dan Hardiker
> That's how I interpret it at least... Does the CSS file _HAVE_ to end > in .css? Or does it just matter how you link HTTP content headers can be used to tell the client that this is a file of a different name. EG: I have a pdf outputted from a output.php file and to make it look like file.pdf

Re: [PHP] Re: Can a php script be placed within a stylesheet?

2002-06-10 Thread 1LT John W. Holmes
"William S." <[EMAIL PROTECTED]>; "php" <[EMAIL PROTECTED]> Sent: Monday, June 10, 2002 5:05 PM Subject: [PHP] Re: Can a php script be placed within a stylesheet? > On Mon, 10 Jun 2002, Andrew Brampton wrote: > > > Yes you can place one in a style sheet you jus

RE: [PHP] Re: Can a php script be placed within a stylesheet?

2002-06-10 Thread Lazor, Ed
CSS in this sense is client side. As long as the PHP output is valid style codes, you should be ok. -Original Message- On Mon, 10 Jun 2002, Andrew Brampton wrote: > Yes you can place one in a style sheet you just need to tell apache (or > whatever) that .css should be parsed by PHP, thi

[PHP] Re: Can a php script be placed within a stylesheet?

2002-06-10 Thread Timothy J. Luoma
On Mon, 10 Jun 2002, Andrew Brampton wrote: > Yes you can place one in a style sheet you just need to tell apache (or > whatever) that .css should be parsed by PHP, this can be done via a > .htaccess or something similar... Here is a example in a .htaccess file: > > AddType application/x-httpd-ph