Вот код:header ("Content-type: image/gif");$im = @imagecreate (50, 100);$background_color = imagecolorallocate ($im, 255, 255, 255);imagegif ($im);выводит следующее:пWarning: Cannot modify header information - headers already sent by (output started at W:\home\localhost\www\1.php:1) in W:\home\localhost\www\1.php on line 2GIF87a2
|