[Linux-programlama] textten image oluºturma

---------

New Message Reply About this list Date view Thread view Subject view Author view Attachment view

From: cemalettin kara (cemalettinkara@yahoo.com)
Date: Sun 01 Jul 2007 - 17:04:32 EEST


mehaba ben php5 de textten imaj oluºturmaya çal¹ºt¹»¹mda hata veri.kulland¹»¹m kod ºöyle: <?php header("Content-type: image/png"); $im = @imagecreate(110, 20) or die("Cannot Initialize new GD image stream"); $background_color = imagecolorallocate($im, 0, 0, 0); $text_color = imagecolorallocate($im, 233, 14, 91); imagestring($im, 1, 5, 5, "A Simple Text String", $text_color); imagepng($im); imagedestroy($im); ?> ald¹»¹m hatada ºöyle: Warning: Cannot modify header information - headers already sent by (output started at C:\wamp\www\phpdesigner_tmp1.php:3) in C:\wamp\www\phpdesigner_tmp1.php on line 8 ____________________________________________________________________________________ Get the Yahoo! toolbar and be alerted to new email wherever you're surfing. http://new.toolbar.yahoo.com/toolbar/features/mail/index.php

_______________________________________________
Linux-programlama mailing list
Linux-programlama@liste.linux.org.tr
http://liste.linux.org.tr/mailman/listinfo/linux-programlama


New Message Reply About this list Date view Thread view Subject view Author view Attachment view

---------

Bu arsiv hypermail 2.1.2 tarafindan uretilmistir.