Welcome Guest, Not a member yet? Register   Sign In
Trying to update database with textarea...
#4

(This post was last modified: 11-19-2014, 02:33 PM by Rufnex.)

Sorry . dont saw the where part, your right ;o)
For the Form stuff you have to sumit the form by an submit event:

Code:
<form action="/..." method="post">
<textarea name="postNote" rows="8" cols="80"><?php echo $n->request_notes; ?></textarea>
<button type="submit">Submit</button>
</form>

You can't submit a form by an html anchor.

Reply


Messages In This Thread
RE: Trying to update database with textarea... - by Rufnex - 11-19-2014, 02:32 PM



Theme © iAndrew 2016 - Forum software by © MyBB