|
Posted by moxmormor on 08/10/06 15:02
Hi, I've tried to upload a picture using the function
imagecreatefromgif, with a script as simple as possible to avoid miss
spellings and stuff like that. I've ran the following line of code to
see if my host had the right gd lib, and it was positive:
<?PHP print_r(gd_info()); ?>
so if it's not the server, what am i missing?
Here is my tiny script as it looks now:
<?php
function billede()
{
$bill = imageCreateFromGIF ("hindenburg.gif");
return $bill;
}
billede();
?>
Thanks for your help :)
Navigation:
[Reply to this message]
|