For some reason, the page is showing the textarea box, but is not putting the value into it from the db....
Every other text input on the page works just fine....
echo '<td colspan="5">','<textarea name="notes" id="notes" cols="135" rows="5" onChange="javascript:this.value=this.value.toUpperCase();" onKeyUp="textCounter(this,\'progressbar1\',5000)" onClick="highlight(event)" onKeyDown="textCounter(this,\'progressbar1\',5000)" onFocus="textCounter(this,\'progressbar1\',5000)" value="'.htmlentities($row['notes'], ENT_QUOTES).'"></textarea>','</td>';
Thanks.
Rob