Hi Timo,

Nachricht vom Freitag, 24. Oktober 2003, 17:58:39:

>   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?

I found that &amp; works in <form action and gets & there, but stays
&amp; if you put it in a header("Location: ... ") function.
Thx to all those who helped me in that, especially Chris



 Timo


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

Reply via email to