not a third party on the planet that knows how to write a valid script tag
or encode ampersands...

I've sometimes had to modify existing php and perl scripts to handle encoded
ampersands.
It seems that neither php 4's $_GET or $_REQUEST nor perl's "param" handle
encoded ampersands in query strings
(you often end up with "amp;key" rather than just "key") so I often have to
handle this in the script itself.

Its not hard to do but if there are are lot of scripts or messy legacy code
it can add a bit of hassle.








*******************************************************************
List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm
Unsubscribe: http://webstandardsgroup.org/join/unsubscribe.cfm
Help: [EMAIL PROTECTED]
*******************************************************************

Reply via email to