Hi all,
This might be an easy or difficult probem to solve.
Some background:
There is website that has a form to collect information and post back to itself for verification and change of password.
Eg.
http://demo.psoft.net:8080/demo/servlet/psoft.hsphere.CP?action=change_mbox_password
The form will post back to itself for verification of existing password and change it according. Upon completion of this, it displays a message at:
http://demo.psoft.net:8080/demo/servlet/psoft.hsphere.CP
I need to create a script that resides on my site:
http://www.mysite.com/my_change_password.php
that collects the same information and posts it to the script on the remote server, collects the results of the process and displays it on my site.
In effect, at no time will you see the remote server's url.
I dunno how this can be done, if at all. I am guessing some frames resized to 0, some javascripting, or is it possible to do it with PHP and parse the returned results from the remote server without displaying it, and present it in our customed HTML.