Re: [PHP] Re: PHP integration with ASP

2004-01-25 Thread [EMAIL PROTECTED]
This is exactly what I needed. Thanks a million!!! /T on 1/25/04 18:24, Ben Ramsey at [EMAIL PROTECTED] wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > Since the action of your form is the ASP script, it will always take > your user to the ASP script and not return results to the

[PHP] Re: PHP integration with ASP

2004-01-25 Thread Aidan Lister
I'm not sure if anyone else understood what you're trying to do better than I did, but it sounds like you're not to sure about php/html. To get the results of a form, you need to search the POST array. var_dump($_POST); As to the rest of the questions, I really don't understand what you're talki

[PHP] Re: PHP integration with ASP

2004-01-25 Thread Ben Ramsey
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Since the action of your form is the ASP script, it will always take your user to the ASP script and not return results to the PHP application, which I think it what you want to do, if I am not mistaken. I found a link in the manual (http://us4.php.net/