Re: Writing double-prime to file? [message #184791 is a reply to message #184784] |
Sat, 01 February 2014 19:18 |
Denis McMahon
Messages: 634 Registered: September 2010
Karma:
|
Senior Member |
|
|
On Sat, 01 Feb 2014 16:38:56 +0000, Adrian Tuddenham wrote:
> The problem does, in fact, appear to be occurring around the transfer
> between the previous HTML program and the one I thought was causing the
> problem The value of $txt is transferred between the two by a POST form
> with 'txt' as a hidden input.
The problem will be in the html that is being sent out at that point. If
you have an html element as follows:
<input type="hidden" name="fieldname" value="value_text_here">
What do you think happens if value_text_here contains the '"' character
when the delimiter being used for the value attribute is also the '"'
character?
--
Denis McMahon, denismfmcmahon(at)gmail(dot)com
|
|
|