Can data submitted on a form in an ASP page be processed by a PHP page?

They have: 105 posts

Joined: Mar 2006

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's picture

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. Smiling

JeevesBond's picture

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. Smiling

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.