Просмотр файла kodas.php

Размер файла: 266B
  1. <?php
  2. header('Content-type: image/jpeg'); $kodas=@file_get_contents("zaidimas/kodreg.txt");
  3. $source = imagecreatefromjpeg("bandom.JPG");
  4. $text = imagecolorallocate($source, 009, 009, 009);
  5. imagestring($source, 3, 2, 2, "$kodas", $text);
  6. imagejpeg($source); ?>