Hi, i have read your post, it seams that your PHP instalation doesnt have
support for GD compiled into it.

You should add the required DLL( sorry, but i dont your wich DLL ) to your
php.ini file.

Take a look at the output of phpinfo function to check if GD is
installed/compiled  or not.

Take a look at: http://www.php.net/manual/en/function.imagecreate.php

and please read the comments section.

Regards
Miguel Carvalho

> ok, tried it, and the log now reads:
>
> [03-Jan-2003 18:26:39] PHP Fatal error:  Call to undefined function:
> imagecreate() in C:\shares\sites\dvd\php\rating.php on line 7
>
> and that file looks like this:
>
> <?php
> header("Content-type: image/png");
>
> $width = 60;
> $height = 12;
>
> $image = imagecreate($width, $height);




-- 
PHP Install Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to