pages requiring authentication

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
robnot
Forum Newbie
Posts: 1
Joined: Tue Oct 17, 2006 11:51 am

pages requiring authentication

Post by robnot »

I need to parse data from pages which are behind a login. How can I get at them?
User avatar
feyd
Neighborhood Spidermoddy
Posts: 31559
Joined: Mon Mar 29, 2004 3:24 pm
Location: Bothell, Washington, USA

Post by feyd »

  1. make sure you have written (legal) permission to pull this data from their site
  2. use cURL or a related library such as Snoopy.
Post Reply