Simulate Form Post in PHP

Posted by Aakash on Stack Overflow See other posts from Stack Overflow or by Aakash
Published on 2010-06-12T02:50:16Z Indexed on 2010/06/12 2:52 UTC
Read the original article Hit count: 417

Filed under:
|
|

I have an HTML form (form action="https:..." method="post"). I want to handle the post in PHP. How do I simulate the form post in PHP? So, instead, I will have (form action="helper.php") a and helper.php will post the form data.

© Stack Overflow or respective owner

Related posts about php

Related posts about html