INSTALLATION

The installation archive contains the following files:

  • wqt.inc.php : the ticker script
  • wqt_connector.inc.php : quote connector script for ticker
  • wqt.css : CSS style for ticker
  • readme.txt : this file
  • img : directory with icons for up/down trends

In order to integrate ticker into your page, place all instalation files in the same directory with the PHP file you want to integrate the ticker in and use this line of code to show ticker:

<?
require_once("wqt.inc.php");
?>

OTHER PHP SCRIPTS:

AJAX Stock Market Quotes Ticker