HTML Forms

Can I send form data through flash? will I have to use PHP?


<form action =".../guestbook.jsp" method="post">
<input name="name">
<input name="email">
<input name="message">
<input type="submit" value="Post">
</form>

thats the HTML… what do I do?