production/Societes/generaliacm/jpgraph/Examples/barcsim_details.php
2026-03-04 01:48:40 +00:00

11 lines
217 B
PHP
Executable File

<?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'];
}
?>