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