File size: 1.67Kb
<?
// ////// // // // //
// // // // ///// /////
///// \\ // // // // // // // // // // // //
// // \\ // // // // // // // // // ////// // //
// // \\ // // // // // // // // // // // //
///// \// ////// // // // // // ///// // //
// /////
//
/////////////////////////// [email protected] ///////////////////////////////
Error_Reporting(E_ALL & ~E_NOTICE); /////////////// игнорируем ошибки
header("Content-type:text/vnd.wap.wml;charset=utf-8"); //////// тип и кодировка документа
include 'dan.php';
include 'kto.php';
$image = imagecreatetruecolor(12,15);
imagefill($image, 0, 0, 0xffffff);
ImageString ($image, 2, 0, 0,"$vseon",1);
header("Content-type: image/gif");
imagegif($image);
?>