Wrox Home  
Search P2P Archive for: Go

  Return to Index  

pro_php thread: Performing updates on a mySQL entry - textarea problem


Message #1 by rgrieselhuber@l... on Wed, 7 Feb 2001 16:40:25 -0000
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.


  Return to Index