View Single Post
  #2 (permalink)  
Old 2005-08-05, 01:05 AM
strasm strasm is offline
Senior Member
 
Join Date: Dec 2004
Posts: 199
strasm is an unknown quantity at this point
Default

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.
Reply With Quote