Re: [PHP] & sign not posted to next page

2004-02-20 Thread BAO RuiXian
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

Re: [PHP] & sign not posted to next page

2004-02-20 Thread Richard Davey
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

[PHP] & sign not posted to next page

2004-02-20 Thread Piet from South Africa
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