Chart are provided by icharts.in
[insert_php]
$uri = $_SERVER[‘REQUEST_URI’];
$elms = explode(‘?’, $uri) ;
$symbol = $elms[1] ;
if($symbol === NULL) {$symbol = ‘nifty’; }
//echo ‘Server date and time is: ‘.$d;
//echo date(‘l, F j, Y \a\t G:i:s’);
//echo ““;
echo ““;
[/insert_php]