Jump to content

Data transfer


razaviv

Recommended Posts

Well, I suggest you email the site owners and see if they have an API or feed you can use, because if they do then that's the best way. Otherwise, you'll need to find one or more pages that list what you're looking for, look at the HTML code on those pages to figure out how to access the data you need, and use a regular expression to get the data. You can load the remote pages with a library like cURL, or you can use file_get_contents if it's available on your server to use with remote files.

Link to comment
Share on other sites

Archived

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

×
×
  • Create New...