in reply to Re: Double Quotes in form hidden field values
in thread Double Quotes in form hidden field values
You wouldn't use decode_entities - the data submitted by the browser is not HTML encoded. The only encoding going on is likely to be URL encoding which CGI.pm / Apache::Request / etc deal with automatically.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^3: Double Quotes in form hidden field values
by Asim (Hermit) on Jun 15, 2006 at 16:20 UTC |