I want to generat my secure code image myself.
In my code
$image=imagecreatetruecolor($x, $y);
imagecreatetruecolor is returning
Fatal error: Call to undefined function: imagecreatetruecolor()
Thank You.
Printable View
I want to generat my secure code image myself.
In my code
$image=imagecreatetruecolor($x, $y);
imagecreatetruecolor is returning
Fatal error: Call to undefined function: imagecreatetruecolor()
Thank You.
Create a file with:Quote:
Originally Posted by slice
as its contents, view the page. And check to see if GD is enabled, if not then you'll need to get your host to enable / upgrade it in otder for that woo work :) Also, check you have the correct PHP version :)PHP Code:<?php
phpinfo();
?>
Cheers,
Ryan Jones
I am currently testing on my own pc.So i have to enable it myself. :)
How to enable it ?
Thank You.
This shuold get you started:Quote:
Originally Posted by slice
http://www.boutell.com/gd/
_
There are not clear instructions available for installing gd.
Nothing in life is easy.
Not sure it could be any clearer. :ehh:Quote:
Originally Posted by http://uk2.php.net/image