source: trunk/xgraph/jpgraph/Examples/barcsim_details.php@ 42

Last change on this file since 42 was 42, checked in by marrucho, 11 years ago
File size: 227 bytes
Line 
1<?php // content="text/plain; charset=utf-8"
2
3if( empty($_GET['id']) ) {
4 echo 'Incorrect argument(s) to script <b>'.basename(__FILE__).'</b>.';
5}
6else {
7 echo 'Some details on bar with id='.$_GET['id'];
8}
9
10?>
Note: See TracBrowser for help on using the repository browser.