Witaj Gościu! ( Zaloguj | Rejestruj )

Forum PHP.pl

 
Reply to this topicStart new topic
> grafika w php, grafika
polibode
post
Post #1





Grupa: Zarejestrowani
Postów: 232
Pomógł: 1
Dołączył: 11.03.2003

Ostrzeżenie: (20%)
X----


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!!

Ten post edytował polibode 30.06.2005, 11:15:32
Go to the top of the page
+Quote Post

Reply to this topicStart new topic
1 Użytkowników czyta ten temat (1 Gości i 0 Anonimowych użytkowników)
0 Zarejestrowanych:

 



RSS Aktualny czas: 21.08.2025 - 15:15