2009-03-30 16:41:42 +00:00
|
|
|
|
<?php
|
2009-06-29 09:07:51 +00:00
|
|
|
|
$f = $_REQUEST['f'];
|
|
|
|
|
if($f===FALSE){
|
|
|
|
|
print "Erreur lors de la g<>n<EFBFBD>ration de l'image";
|
|
|
|
|
exit;
|
|
|
|
|
}
|
|
|
|
|
if(is_numeric($f) && $f==0){
|
2009-04-01 15:42:12 +00:00
|
|
|
|
print "Les informations sont insuffisantes pour g<>n<EFBFBD>rer la courbe d'<27>volution";
|
|
|
|
|
exit;
|
|
|
|
|
}
|
2009-03-30 16:41:42 +00:00
|
|
|
|
?>
|
2009-06-29 09:07:51 +00:00
|
|
|
|
<img src="./image.php?q=<?=$f?>" />
|