I'm developing an ASP.net website in which I have to allow users to log into someone else's PHP website. On my ASP.net homepage and interior pages I have two text boxes - one for Username and another for Password, and a button for submitting the data. What's the code for posting the login information to the external PHP site from my ASP.net site?
(I thought this would be a common task but haven't found any sample solutions when I Googled)
Thanks
(newbie)