47 && $c < 58) $p = $c - 48; else if ($c > 64 && $c < 91) $p = $c - 55; else if ($c == 33) $p = 37; //! else if ($c == 44) $p = 36; //, else if ($c == 45) $p = 41; //- else if ($c == 46) $p = 38; //. else if ($c == 63) $p = 39; //? else if ($c == 96) $p = 40; //' else continue; imagecopyresized($im, $bm, $i*8*$scale, 0, 9*$p, 0, 8*$scale, 8*$scale, 8, 8); } imagepng($im); ?>