Click to See Complete Forum and Search --> : form submitting


mrchipps69
04-15-2004, 12:35 AM
Is there a way to submit the values of a form through the url but make php believe it was submitted through post method instead of get.... I really really want to know...

Nevermore
04-15-2004, 04:13 AM
I don't think so, but if you explain what you are trying to do I can probably be a little more help.

mrchipps69
04-15-2004, 05:08 PM
well it is so I can make a single link that when clicked it will post a reply to a topic in phpBB as the current user logged in... I want to have it specify the subject and the message and the thread to be replied to... but I can't do it becaues the phpBB code checks or directly receives the files from $_POST not just the $form_element_name so I need to emulate it being accessed via the submit button on the page...