I am using php / mysql, however, I am having a problem in the "edit page" displaying the default value from a mysql field in a text area in the HTML form. The line is as follows:
<TEXTAREA name=\"job_desc\" rows=\"15\" cols=\"40\" maxlength=800 value=\"$job_desc\"></TEXTAREA>
I get no errors but the field does not display the contents of the $job_desc field, just blank. I have verified that the correct value is passed down in the php code. Any help is greatly appreciated.