Sld Posted May 24, 2007 Share Posted May 24, 2007 Hi there guys, I need some ideias on this problem, it looks like this: * I need to have a script that logs in hi5 with a given username/password [This one is already working] * Then uploads pictures to the given username profile [??] My doubt is, how can I keep the 2nd part of the script logged in so I can upload my picture? I need to do this with sockets, not using curl functions. Any help on this one will be much appreciated, thanks in advance. Quote Link to comment https://forums.phpfreaks.com/topic/52839-solved-php-hi5-fsockopen/ Share on other sites More sharing options...
Sld Posted May 25, 2007 Author Share Posted May 25, 2007 Problem solved, $header .= "Cookie: ".$cookie."\r\n"; Something like that will save the data obtained on 1st part Thanks anyway. Quote Link to comment https://forums.phpfreaks.com/topic/52839-solved-php-hi5-fsockopen/#findComment-261467 Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.