Is there a way of getting some info from a URL and putting it into a PHP array for further processing, such as inserting into MySQL? Example URL: http://finance.yahoo.com/q?s=QQQ110930C00053000 The data I am interested in is Last Trade, Bid, Ask, etc:
I would like to use PHP. I presently use a PHP script to get Yahoo's stock and currency quotes, but it doesn't work for option quotes. Which is what the above link is pointed to.
Thanks
I would like to use PHP. I presently use a PHP script to get Yahoo's stock and currency quotes, but it doesn't work for option quotes. Which is what the above link is pointed to.
Thanks
Comment