Quote:
|
Originally Posted by vvellcan
Hi there, I'm trying to create a PHP script with a form action calling to a ASP script, can these be done?
|
Yes, you can have a form action calling a ASP script from a php script.
Quote:
|
Originally Posted by vvellcan
I think I can POST what the ASP script needs through PHP, but dunno what to do next with the results it will give... I'm quite new to using POST and GET with a remote script, your help would be gratefully appreciated. Thanks!
|
What you do with the results would depend on the results the ASP program returns. Normally the PHP program hands off the information to the Form Action and at that point, it doesnt care about the results. Are you wanting the PHP application to POST information to an ASP page and receive the response itself ?