Top 50 KLCI | Bottom 50 KLCI
"; if($special == 1) { $printbegin = 50; $printend = 101; echo "

KLCI-100 Bottom 50

"; }else { $printbegin = 0; $printend = 51; echo "

KLCI-100 Top 50

"; } echo '
Use Of Stock Weightages

Understanding the use of stock weightages is key to portfolio management.
This daily tabulation shows the effects of a 10 sen price move of each component stock on the KLCI-100 index.

For example if a 10-sen move of a particular stock has a 1 point effect on the KLCI, and this stock tends to have a high day close to day close (inter-day) range, it is important to track the impact of the movement of this stock on your portfolio.

'; $filename = "/home/finpres/csv/klse/cc513.txt"; $in = fopen($filename,"r"); while (!feof($in)) { $line = fgets($in,40); list($a,$b,$c) = split(",",$line,3); if(!$once) { $filemod = filemtime("/home/finpres/csv/klse/cc513.txt"); $filemodtime = date("F j Y ", $filemod); echo "

Updated on: $filemodtime
"; echo "
Close $a Prev $b Change $c
"; $once = 1; } } ?>

tag at the beginning of $string. */ $go = $num / 5; $num++; if($num > $printbegin && $num < $printend) { if (!($go % 2)) { // $chg $vola echo ""; } else { echo ""; } } } } // end while echo "
CODE STOCK PREV CLOSE CHANGE CI WTG Contrib. CI Pts 10Sen Chg CI Pts
$a_$b_$c$d$e$f$g$h
$a_$b_$c$d$e$f$g$h
"; echo "

"; include('txt/centerend.txt'); include('txt/bottombar.txt'); ?>