values['aleatnbr'] = strtolower($nombre); //$sess->put(); // On détruit les variables inutiles : unset($chiffre); unset($i); unset($caractere); unset($chiffres); //$fontfile = mt_rand(0, 2).'.TTF'; // Free //$fontfile = '/mnt/152/free.fr/b/c/www.msnparadize/util/ab/1.TTF'; $fontfile = './2.TTF'; //imagestring($_img, 5, 18, 8, $nombre, $avant_plan); if ($fontfile == './0.TTF') ImageTTFText($_img, 18, 2, 0, 23, $avant_plan, $fontfile, strtoupper($nombre)); else ImageTTFText($_img, 18.5, 2, rand(0,6), 23, $avant_plan, $fontfile, $nombre); imagepng($_img); ?>