Downloading data from internet
am 29.03.2006 04:50:02 von DonI would like to send my PHP or MySQL out and get the stock data I need for
me. Can they do this?
Don
I would like to send my PHP or MySQL out and get the stock data I need for
me. Can they do this?
Don
Don wrote:
> I would like to send my PHP or MySQL out and get the stock data I need for
> me. Can they do this?
> Don
yes.
you can use cURL to get the page, then use PHP to extract the data and
store it in a mysql db.