Login to Remote ASP Page With PHP

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
Sleeve
Forum Newbie
Posts: 17
Joined: Wed Jan 22, 2003 12:39 am

Login to Remote ASP Page With PHP

Post by Sleeve »

Hello-

I am curious to know if there is a way to use PHP to login to a remote ASP page and then post form vars to it. The ASP page uses cookies to verify login information. I imagine I will have to find a way to login --> capture cookie data --> post form vars with cookie data sent as headers.

Is this even possible?

This is a lead registration site hosted on a vendors server. Right now it is a manual process but we are getting 30+ leads a day and typing every one of them in is cumbersome. The vendor will not give me direct database access and tells me that I must go through their online portal to register leads.
Post Reply