Piet from South Africa wrote:
>i have the following problem.
>
>when i href like this
>
>
>
>and the name contains a & sign, it does not post it to the next page.
>
>if the name is bed&breakfast it stops at bed.
>
>
Because '&' is a special character in URL, you need to escape it by
urlencode
Hello Piet,
Friday, February 20, 2004, 1:18:11 PM, you wrote:
PfSA> when i href like this
PfSA>
PfSA> and the name contains a & sign, it does not post it to the next page.
PfSA> if the name is bed&breakfast it stops at bed.
urlencode()
--
Best regards,
Richard Davey
http://www.phpcommunity
i have the following problem.
when i href like this
and the name contains a & sign, it does not post it to the next page.
if the name is bed&breakfast it stops at bed.
Can anyone tell me how to do this.
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php
3 matches
Mail list logo