Hi,
I have a website that is primarily PHP but we have built some new pages in c# .net. I need to be able to post (i think) to the PHP page.
The PHP page has a login that takes the login name and password. I am trying to allow my .net page to have a login that directs to the PHP page and once there the user is already logged in.
I believe I can post the data to the PHP page... is that correct?
If so, can someone share a code snippet that points me in the right direction?
Thanks for the help!!