|
Sending POST data without a form
Hey all!
Just wondering if it's possible to submit a POST form without actually outputing the form to the user first.
I'm communicating with an API that accepts POST data, but was hoping there was a better or more secure way of sending POST variables/values than creating a php/html page that submits a hidden form after 0, 1 or 2 seconds using meta tags.
Not urgent or vital, but more of a ponder.
Thanks!
|