PHP login

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
dnathe4th
Forum Newbie
Posts: 16
Joined: Fri Jun 17, 2005 2:01 pm

PHP login

Post 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.
User avatar
Chris Corbyn
Breakbeat Nuttzer
Posts: 13098
Joined: Wed Mar 24, 2004 7:57 am
Location: Melbourne, Australia

Post by Chris Corbyn »

I think cURL does this....

http://www.php.net/curl
dnathe4th
Forum Newbie
Posts: 16
Joined: Fri Jun 17, 2005 2:01 pm

Post 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.
Post Reply