in reply to Re: MySQL, text box anomaly
in thread MySQL, text box anomaly

The qq operator is my close friend. It helps you escape from the escapes. :)

print qq(<input type="text" name="address" value="$result[0]">\n);