|
Posted by gerrymcc on 08/16/07 10:41
chandoo <vamsi.chandoo@gmail.com> wrote:
>Hi,
>May i know wats the prob with this function?
>The program is:
><?php
>var_dump(gd_info());
>?>
>and the output is like this:
>Fatal error: Call to undefined function gd_info() in C:\wamp\www\img
>\gdinfo.php on line 2....
>I m trying to improve the color and brightness of the images in admin
>panel dynamically.
>can any one suggest me or give any snippets of code,
>With regards....
>Chandoo.M.v
I'm only a newbie so maybe I'm all wrong, but I'd check php_info() to
see if the GD library is enabled. If it's not you need to enable it
in the php.ini file. Please excuse my presumption...
Gerard
Navigation:
[Reply to this message]
|