Page 1 of 1
PHP login
Posted: Sat Jun 18, 2005 7:03 am
by dnathe4th
I know how to get a PHP page to grab the content of another page, but how can I get it to log in to another page, and therefor be able to grab text only avaliable once logged in? I have a login and what not, i just know know how to code it.
Posted: Sat Jun 18, 2005 8:16 am
by Chris Corbyn
I think cURL does this....
http://www.php.net/curl
Posted: Sat Jun 18, 2005 10:54 am
by dnathe4th
cURL looks a little intense for me, I can't quite understand what php.net is talking about. That's ok, I think I'm going to have a Python script do what i wanted instead.