[ Index ] |
|
Code source de jpGraph 2.2 |
1 <?php 2 require_once '../jpgraph.php'; 3 require_once '../jpgraph_flags.php'; 4 5 if( empty($_GET['size']) ) { 6 $size = FLAGSIZE2; 7 } 8 else { 9 $size = $_GET['size']; 10 } 11 12 if( empty($_GET['idx']) ) { 13 $idx = 'ecua'; 14 } 15 else { 16 $idx = $_GET['idx']; 17 } 18 19 20 $flags = new FlagImages($size) ; 21 $img = $flags->GetImgByIdx($idx); 22 header ("Content-type: image/png"); 23 ImagePng ($img); 24 25 ?>
titre
Description
Corps
titre
Description
Corps
titre
Description
Corps
titre
Corps
Généré le : Sat Nov 24 09:27:55 2007 | par Balluche grâce à PHPXref 0.7 |
![]() |