trapping http response from a uri after submitting a form
Posted: Sun Jun 26, 2005 4:19 am
Consider a page that is ment to submit a form using post method containing two parameters (for bulk sms services).
The sms service only specifies the required parameters.
I can't figure out how to submit the form and trap the response from the uri so that my php application can assess the response and customize application behavior depending on what the response.
The sms service only specifies the required parameters.
I can't figure out how to submit the form and trap the response from the uri so that my php application can assess the response and customize application behavior depending on what the response.