|
Posted by Rik on 05/15/06 19:32
TristaSD wrote:
> Hi,
>
> I'm trying to figure out how to INSERT/UPDATE text from TEXAREA into
> MySQL. Because TEXAREA has no VALUE, I'm hitting a brick wall here.
Euhm, I have no clue what a TEXAREA is, but for a textarea's it's pretty
straight forward. Echo existing content between the tags, and just read
$_POST['name of your textarea'] if the form method is post....
http://www.w3schools.com/tags/tag_textarea.asp
Grtz,
--
Rik Wasmus
[Back to original message]
|