Get POST response from a url and print response to page?

1502987363001

New Member
I'm trying to get a POST response from a url and I can not get the response to print to my html page instead it just redirects me to the url in the action with the response.Is there a way to grab the response with html? php?Code of html page i'm using\[code\]<html><head><meta http-equiv="content-type" content="text/html; charset=UTF-8"><form method="post" action="http://poster.decaptcher.com/" enctype="multipart/form-data"> <input type="hidden" name="function" value="http://stackoverflow.com/questions/3934771/login"> <input type="text" name="username" value="http://stackoverflow.com/questions/3934771/client"> <input type="text" name="password" value="http://stackoverflow.com/questions/3934771/qwerty"> <input type="file" name="upload"> <input type="text" name="upload_to" value="http://stackoverflow.com/questions/3934771/0"> <input type="text" name="upload_type" value="http://stackoverflow.com/questions/3934771/0"> <input type="submit" value="http://stackoverflow.com/questions/3934771/Send"></form></head><body></body></html>\[/code\]Note: The url in the action will only show the response and nothing else is shown on the page.
 
Back
Top