cURL command to PHP's libcurl?
Posted
by Daddy Warbox
on Stack Overflow
See other posts from Stack Overflow
or by Daddy Warbox
Published on 2010-06-07T06:59:25Z
Indexed on
2010/06/07
7:02 UTC
Read the original article
Hit count: 147
curl -is -F 'J:A-login=BTDT::Action::Login' -F 'J:A:F-address-login=EMAILADDRESS' -F 'J:A:F-password-login=PASSWORD' http://hiveminder.com/splash | grep -o 'JIFTY_SID_HIVEMINDER=[0-9a-f]\+'
In continuation off of this question.
© Stack Overflow or respective owner