|
Posted by Chung Leong on 08/10/06 18:54
moxmormor wrote:
> 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();
> ?>
What are you expecting the script to do? It doesn't actually do
anything. It just open the gif file and doesn't produce any output.
Navigation:
[Reply to this message]
|