FreeShadow
01-28-2001, 06:10 AM
How About GD function in PHP ?
I try this:
$image = ImageCreate(1,1);
So i get this:
Fatal error: Call to undefined function: imagecreate() in /home/freeshad/public_html/cakFonction.php on line 3
So I try this:
$IsOk = dl("php_gd.dll");
And I get this:
Warning: Unable to load dynamic library '/usr/local/lib/php/extensions/no-debug-non-zts-20001214/php_gd.dll' -
/usr/local/lib/php/extensions/no-debug-non-zts-20001214/php_gd.dll: cannot open shared object file: No such file or directory in
/home/freeshad/public_html/cakFonction.php on line 4
So How i can use the GD function ?
Thanks to all of you.
I try this:
$image = ImageCreate(1,1);
So i get this:
Fatal error: Call to undefined function: imagecreate() in /home/freeshad/public_html/cakFonction.php on line 3
So I try this:
$IsOk = dl("php_gd.dll");
And I get this:
Warning: Unable to load dynamic library '/usr/local/lib/php/extensions/no-debug-non-zts-20001214/php_gd.dll' -
/usr/local/lib/php/extensions/no-debug-non-zts-20001214/php_gd.dll: cannot open shared object file: No such file or directory in
/home/freeshad/public_html/cakFonction.php on line 4
So How i can use the GD function ?
Thanks to all of you.