Witam

Mam problem , niby wszystko wyswietla , ale w formie takich krzaczkow
Dlaczego?


oto kod
  1. <?php
  2.  
  3.   header (&#092;"Content-type: image/png\"); 
  4.         $img_handle = ImageCreate (230, 20) or die (&#092;"Cannot Create image\"); 
  5.         $back_color = ImageColorAllocate ($img_handle, 0, 10, 10); 
  6.         $txt_color = ImageColorAllocate ($img_handle, 233, 114, 191); 
  7.         ImageString ($img_handle, 31, 5, 5,  &#092;"My first Program with GD\", $txt_color); 
  8.         ImagePng ($img_handle); 
  9.  
  10.  
  11. ?>


juz dziala, przepraszam exclamation.gif!!