Textarea data write - jmcalvera - Jul 10th, 2012
Hi, I’m having a little problem with the texarea info, when I reload data all the enters insert “/r/n” into database of the form , my textarea code is:
Code: <textarea rows="2" cols="50" name="research_fileds" /><?php echo htmlspecialchars($fields['research_fileds'])?></textarea><br />
Any one can help me?
RE: Textarea data write - AlacratStore - Sep 11th, 2012
I am also have same problem my ASP page (using VBScript), doesn't seem to like my request of writing the contents from a textarea to a field in my database. The field is set to data type Memo. I get error when the page loads.
|