Witaj Gościu! ( Zaloguj | Rejestruj )

Forum PHP.pl

> Brak grafiki
Benkowik
post
Post #1





Grupa: Zarejestrowani
Postów: 7
Pomógł: 0
Dołączył: 5.01.2008

Ostrzeżenie: (0%)
-----


  1. <?php
  2. /* inne funkcje */
  3. ?>
  4.  
  5. <?php
  6.    
  7.    header("Content-type: image/jpeg");
  8.    
  9.    $rysunek = imagecreate (100,100);
  10.    
  11.    $kolorbialy = imagecolorallocate($rysunek, 255, 255, 255);
  12.    $kolorczarny = imagecolorallocate($rysunek, 0, 0, 0);
  13.    
  14.    imagefill($rysunek, 0, 0, $kolorczarny);
  15.    
  16.    for($i=1; $i<10; $i++){
  17.        imageline($rysunek, 10*$i, 0, 10*$i, 100, $kolorbialy);
  18.        imageline($rysunek, 0, 10*$i, 100, 10*$i, $kolorbialy);
  19.    }    
  20.    
  21.    imagejpeg($rysunek);
  22.    
  23. ?>

Uzyskuje coś takiego:
Cytat
<b>Warning</b>: Cannot modify header information - headers already sent
by (output started at
c:\usr\apache\httpd\html\skrypty\ankieta\wyniki.php:22) in <b>c:\usr\apache\httpd\html\skrypty\ankieta\wyniki.php</b> on line <b>37</b><br>
˙Ř˙ŕ�JFIF������˙ţ�&gt;CREATOR: gd-jpeg v1.0 (using IJG JPEG v62),
default quality
˙Ű�C� 

 $.' ",#(7),01444'9=82&lt;.342˙Ű�C 
2!!22222222222222222222222222222222222222222222222222˙Ŕ��d�d"�˙Ä�����������
˙Ä�ľ���}�!1AQa"q2��Ą#BąÁRŃđ$3br�
%&amp;'()*456�q��ľđŞë
gYwţĚż&gt;��żd�qČš&lt;�Éš�dg#ě~˙�&nbsp;îš˙��h�ů*ˇ&lt;'á=F
báŢçF
é�éňkVnrÖ�(áe'&lt;��d��Ma˙�




Skrypt testuje na Krasnal Serv.

Ten post edytował Benkowik 24.06.2009, 20:28:07
Go to the top of the page
+Quote Post

Posty w temacie


Closed TopicStart new topic
2 Użytkowników czyta ten temat (2 Gości i 0 Anonimowych użytkowników)
0 Zarejestrowanych:

 



RSS Aktualny czas: 22.08.2025 - 19:52