Jump to content

[SOLVED] Fetching Variable Data From External Websites E.g. Ebay


programguru

Recommended Posts

Hello,

 

Is it possible to "fetch" variable content details from an external website with php?

 

For example, if I wanted to create a custom ebay log of my for-sale items with my own custom interface (I know I would probably not be able to alter the data) and on a different domain name.

 

Is this possible with php? And if so, does anyone know the correct technical term for this and possible an example or tutorial you can link me up to?

 

Thanks for any advice on this.

Yep entirely possible. You should look into: curl

 

As for the technical term: Web Fetching.

 

Cool thanks

I was able to dig up a few tuts with the curl() functions.. will take a while to get my hands around this one!

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.