Re: [PHP] urlencoding.

From: Matt Matijevich (matijevich_at_alliancetechnologies.net)
Date: 12/31/03


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



Relevant Pages

  • Re: [PHP] urlencoding.
    ... Thanks for hint on sessions, I have a feeling that is exactly what I ... > after the first double quote is missing from the form field. ... > Take a look at the html source. ...
    (php.general)
  • Re: Stupid setcookie() question...
    ... But I need to know why the cookie is doing what ... > every form field on the page that the form posts to... ... I get the feeling I'm missing something wonderful due to ignorance, ...
    (alt.php)