> I wondering how browsers handle the following html-codes:
>
> <link rel="stylesheet" src="style.php" />
> and
> <script type="text/javascript" src="code.php"></script>
>
> are there any browser that will choke in it because the files don't have the
> appropriate (.css and .js) extension?

What matters is the appropriate Content-type header. See header().

---------------------------------------------------------------------
michal migurski- contact info and pgp key:
sf/ca            http://mike.teczno.com/contact.html

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to