Re: [PHP] urlencoding.
From: Matt Matijevich (matijevich_at_alliancetechnologies.net)
Date: 12/31/03
- Next message: Warren Vail: "RE: [PHP] returning early from a function."
- Previous message: Chris W: "urlencoding."
- Next in thread: Chris W: "Re: [PHP] urlencoding."
- Reply: Chris W: "Re: [PHP] urlencoding."
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: Wed, 31 Dec 2003 11:13:41 -0600 To: <1qazse4@cox.net>, <php-general@lists.php.net>
[snip]
My problem is that any field that contains a double quote, all data
after the first double quote is missing from the form field. When I
look at the long URL I do see a %22 where the " are supposed to be, and
all other data is there too.
[/snip]
Take a look at the html source. What is printed out in the form field
in the source?
I think you might want to take a look at sessions so you dont have to
pass all the info back to the page in the url http://www.php.net/session
- Next message: Warren Vail: "RE: [PHP] returning early from a function."
- Previous message: Chris W: "urlencoding."
- Next in thread: Chris W: "Re: [PHP] urlencoding."
- Reply: Chris W: "Re: [PHP] urlencoding."
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|