Hi, I have a page that contains a GET and a POST form. What are the differences between these two.
<FORM ACTION="index.php3" TYPE=POST>
<FORM ACTION="index.php3" TYPE=GET>
Also, I have noticed there's a hidden variable, called SUBMIT, when a POST form gets submitted. Am I right?
What will be the results when no 'TYPE' is defined? Like this one, <FORM ACTION="index.php3">
Thanks for answering my questions...




)


Bookmarks