pro_php thread: Performing updates on a mySQL entry - textarea problem
Ray -
Try this, it worked for me:
printf("Scope: <textarea rows=5 cols=60
name=sop_scope>%s</textarea><br>\n", ($formValues) ?
$formValues["sop_scope"] : "");
Notice there is no value= and notice where the %s is placed. Hopefully,
this will get you going.
J.R.
|





