<?php
include_once("yahoo.inc.php");
$ts=array("^BSESN","MSFT","YHOO");
$yahoo = new devYahoo();
$yahoo->setSymbol($ts);
echo "<br><b>Stock Quotes are Accessed from Yahoo INC's[Yahoo.com]</b><br> Please let Me know if this is Illegal. <br>The Class is for Educational Purpose. <b><u>For Commercial usage.</u></b> Please get Approval from Yahoo INC to uses there Resource";
?>
|