Can data submitted on a form in an ASP page be processed by a PHP page?
If I have a form on an ASP page which gets user input and sends it to a PHP page which takes the input from the fields and inserts it into the database.
Can data submitted on a form in an ASP page be processed by a PHP page when submitted?
teammatt3 posted this at 23:21 — 26th July 2007.
He has: 2,102 posts
Joined: Sep 2003
Yes. I did the opposite today, input on the PHP form, posted to the ASP page and inserted into the MSSQL db.
JeevesBond posted this at 00:44 — 27th July 2007.
He has: 3,956 posts
Joined: Jun 2002
Hmmm, that's interesting. This is what's useful about standard protocols: it doesn't matter what technology you're using HTTP GET and POST will work.
a Padded Cell our articles site!
Want to join the discussion? Create an account or log in if you already have one. Joining is fast, free and painless! We’ll even whisk you back here when you’ve finished.