PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!
I have a PHP script that should redirect to an ASP script (login.aspx) on another host passing it UserName and Password params via POST. The login.aspx, in its turn, on successful login redirects to search.aspx.
How to organize this redirect in PHP? Maybe there is a corresponding PEAR library or some sample script...