Your IP : 216.73.216.65


Current Path : /home/a/t/a/ataenra/www/ATA/INTRANET/Outils/jpgraph/Examples/
Upload File :
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'];
}

?>