PHP $_POST w/o submit button?

Makuto9

New member
I am trying to make a form to submit a forum post, but I do not want to have a "Submit" button. Is it possible to just have a link to the submission page, and if I can link it, will the $_POST variables and their values pass to the next page? Another question that could help with the problem is if in the "action" element in the <form> can have $_GET variables in the source location (like this: <form action="theForum.php? operation=saveNewPost" >)?
 
Back
Top