isn't using it the test?
Quote:
|
Function ImageCrate is not working in my browser. I am not sure how to configure GD with PHP.
|
Do you mean to say that you see the image as text (what appears to be randam characters)? If so you have GD installed correctly but you have to call that image differently. Put the script in a seperate php file then put that file in you img src.
Code:
<img src='generateimage.php' border='0'>
I would think that if the installation failed then you would get an error that the function is not defined.