tags:

views:

93

answers:

2

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.

+3  A: 

You can do so with the cURL extension. See http://php.net/curl

A: 

This is rather easy to create php form particulary you have data product than you shouls only to download php form and install options for it.

Ginger