|
Posted by Bob Bedford on 08/10/06 15:13
What's the error message ?
"moxmormor" <moxmormor@gmail.com> a ιcrit dans le message de news:
1155222164.272196.308140@i3g2000cwc.googlegroups.com...
> 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]
|