I have a question on echoing text from a database into a form. The database is populated but it does not show up in the modify script page. Can someone help me??
Here is the code that I am using:
<p><b>Notes:</b><br>
<textarea rows=5 cols=31 name=\"notes\" value=\"$notes\" wrap=virtual></textarea></p>
There is no "value" attribute for a textarea...
<textarea>$value</textarea>
-- ---John Holmes...
Amazon Wishlist: www.amazon.com/o/registry/3BEXC84AB3A5E/
php|architect: The Magazine for PHP Professionals – www.phparch.com
-- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php