OK, this
printf("Description: %s<br>\n", mysql_result($result,1,"Description"));
displays the field Description from Row 1 in a simple line.
I want it the Description field viewed in a text box can someone tell me how
think of how you would do it in html. then apply it to php.