Just out of curiousity, does your PHP/MySQL site share a domain name? By that I mean can your site be accessed by php.commondomain.com, and theirs asp.commondomain.com, where the commondomain.com part is the same on your side and theirs? If not, then your site will not be able to set cookies for their site, so for the login process you'll probably have to redirect the visitor to the other site(with login parameters(which may or may not be the uname/passwd) in the QueryString), for it to set the cookie, which can then redirect back to your site after the login is complete. This might be simpler than using cURL even if you're on the same domain. On 6/23/05, symbulos <partners@xxxxxxxxxxxx> wrote: > Richard Lynch wrote: > > Can you get the usename/password from the other application? > > Yes, we have them. > > > With it, you can then use http://php.net/curl to simulate the user logging > > in to the other site. > > Thanks. > > > You simply have to convince the other site that your PHP script actually > > *IS* the user logging in, which is seldom very tricky, and is always > > *POSSIBLE* with enough effort. > > How can be that done? Do you know of any tutorial, example? > > -- > PHP General Mailing List (http://www.php.net/) > To unsubscribe, visit: http://www.php.net/unsub.php > > -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php