You need to "escape" the double quote character as it ends the value
prematurely. I believe you want to run a regex to change the value:
$p_name =~ s/"/"/g
That would fix a display and I *believe* it will work for form inputs as
well. Form inputs are funny that way though.
http://danconia.org
Hi, All:
I encounted one situation which seems wield to me. I
retrieved a set of data from mySQL database and try to
diplay in a html form. I found that one field with the
string which has " in it cannot be displayed properly.
the code is as follows:
#retrieve the data from Table order_recor