Blame view

site/jpgraph/Examples/barcsim_details.php 217 Bytes
8ec98c9f   Guillaume   MAJ
1
2
3
4
5
6
7
8
9
10
  <?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'];
  }
  
  ?>