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