PDA

View Full Version : Php .............


jamesbond
27th June 2006, 11:08
i am using a Fedora 5 .........

i need my php to generate jpeg image...........for tht there is a lib called as GD......

i installed it but it stilll doesnt support jpeg........

Thx in Advance to the one who helped me.........

till
27th June 2006, 13:02
Did you install the PHP GD module too and restarted your webserver?

jamesbond
27th June 2006, 13:29
i have installed php GD ....it is done perfectly but.....at last ....it is saying tht it does not support JPEG,PNG.........

sjau
27th June 2006, 17:51
do you use GD or GD2?

falko
28th June 2006, 10:46
Can you create a PHP file with this contents:
<?php
phpinfo();
?>
and put it in your web space? Do you see GD in its output when you call it in your browser?