[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

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

Reply via email to