extranet/www/pages/ratios_dgraph.php

6 lines
255 B
PHP
Raw Normal View History

2009-04-10 16:20:27 +00:00
<?php
$f = $_REQUEST['f'];
2009-06-29 13:13:14 +00:00
if($f===FALSE){ print "Erreur lors de la g<>n<EFBFBD>ration de l'image"; exit; }
if(is_numeric($f) && $f==0){ print "Les informations sont insuffisantes pour g<>n<EFBFBD>rer la courbe d'<27>volution"; exit; }
?>
<img src="./image.php?q=<?=$f?>" />