Forum Moderators: coopster
These three fields contain a manufactures description of the item, a description written specifically by the company, and lastly the spec sheet on the product.
I'm designing the back end page that will allow modification of existing database items. I'm using <textarea> tags for the data. The problem being that I believe if I write a line like:
echo "<textarea name=\"$fieldname[$i]\" rows=\"5\" cols=\"25\">$thevalue[$i]</textarea> $theValue will be interpreted as the HTML it is instead of displaying the HTML so it can be edited and resaved to the DB. I haven't finished all the entire script so I haven't been able to test that theory yet, so if I'm wrong I'd be happy to hear it...if I'm right how can I get around it?