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.
trapping http response from a uri after submitting a form
Moderator: General Moderators
- senthilnayagam
- Forum Newbie
- Posts: 17
- Joined: Wed Jun 08, 2005 5:36 am
- Location: Bangalore
simpletest scriptable browser
use
simpletest scriptable browser
http://www.lastcraft.com/simple_test.php
or
snoopy
http://snoopy.sourceforge.net/
they act as browser, and you can check all the responses too
have used it for automated testing and screen scraping applications too
regards
Senthilnayagam
simpletest scriptable browser
http://www.lastcraft.com/simple_test.php
or
snoopy
http://snoopy.sourceforge.net/
they act as browser, and you can check all the responses too
have used it for automated testing and screen scraping applications too
regards
Senthilnayagam