It breaks your server side scripts. & should be translated to & by the browser and never get to php.

Timo Boettcher wrote:
Hi,

  I am trying to get my pages through the w3c-validator for html.
  It doesn't like my
  <FORM action="mypage.php?para1=val1&para2=val2">
  Changing & to &amp; got my page through the validator, but broke my
  app, which seems not to be getting any parameters over URL anymore.
  How can I fix that?

  PS.: Moving that information from the URL to hidden fields or
  cookies/sessions is not an option.

Timo


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



Reply via email to