| Current Path : /home/a/t/a/ataenra/www/ATA/INTRANET/Outils/jpgraph/Examples/ |
| Current File : /home/a/t/a/ataenra/www/ATA/INTRANET/Outils/jpgraph/Examples/barcsim_details.php |
<?php // content="text/plain; charset=utf-8"
if( empty($_GET['id']) ) {
echo 'Incorrect argument(s) to script <b>'.basename(__FILE__).'</b>.';
}
else {
echo 'Some details on bar with id='.$_GET['id'];
}
?>