API to third party solutions

Top  Previous  Next

Script allows redirecting all form data to another page via GET request. This can be used as API to third party scripts and for further data processing.

Example:

http_request = http://example.com/foo.php

This will open http://example.com/foo.php with your form data in URL. e.g.: http://example.com/foo.php? name=Edward&password=abc123

“name=Edward” and “password=abc123” is data received from the form after user entered “Edward” value in the “name” field and “abc123” in the “password” field.