hi,
i am facing problem while using the following code
even the socket dosent work
i am using php 4...
web server xitami
os min ME
note :- what is GD .
how to check it exist or not
in the below code i am get fatel error(function imagecreate() not found)
//************************************//
<?php
header("Content-type: image/gif");
$im = ImageCreate(100,20);

$red=ImageColorAllocate($im,255,0,0);
$white=ImageColorAllocate($im,255,255,255);

ImageString($im,3,3,3,"Ashok",$white);
ImageGif($red);

ImageDestroy($im);
?>
//************************************//



_________________________________________________________
For Rs. 2,000,000 worth of Aptech scholarships click below
http://clients.rediff.com/clients/aptechsch/index1.htm




--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]

Reply via email to