PHP: Building A Stock Index Using Yahoo Finance [on hold]
- by Jeremy
I have the following code which is pulling data but it is not outputting properly.
<?php
class YahooStock {
public function getQuotes(){
$stocks = array();
$result = array();
$s =…