Blame view

site/jpgraph/src/Examples/barcsim_details.php 217 Bytes
d72ac078   Guillaume   Ajout graphe V1.1
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'];
  }
  
  ?>