Remote Sessions

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
ekendra
Forum Newbie
Posts: 1
Joined: Sat Mar 04, 2006 1:41 am

Remote Sessions

Post by ekendra »

Hello.

I'm wanting to somehow do this.

- there is a website here: http://www.trademe.co.nz

- it requires that the user logs in and establishes a session to access some of its user specific pages

- i have a different website to manage my auctions from which i want to access some of the user specific pages on trademe.co.nz

- i assume i'd need to somehow establish a browser session with trademe.co.nz

- how can this be done via a login from my site?

that way i can get current information from the trademe.co.nz site and update my own site periodically.

any help or pointers would be appreaciated.

,
ekendra
User avatar
feyd
Neighborhood Spidermoddy
Posts: 31559
Joined: Mon Mar 29, 2004 3:24 pm
Location: Bothell, Washington, USA

Post by feyd »

curl can perform what you wish without a heck of a lot of trouble.
Post Reply