Jump to content

Get data from internet


girl

Recommended Posts

Yes you can, there is several ways of getting data from the net. It sounds like you are trying to get textual data from a html page, in That case you can use DomDocumentt to fetch document over 'http' . If your server has http wrapper disabled you can use cURL to fetch the document first and after that use DomDocument to parse it. http://php.net/domdocumenthttp://php.net/curl

Link to comment
Share on other sites

I would also look into some of the publicly available API's toohttp://stackoverflow.com/questions/3139879/how-do-i-get-currency-exchange-rates-using-google-finance-api

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...