Re: Downloading data from internet
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.
|