View Single Post
Old Jun 9th, 2006, 11:40 AM   #7
Pizentios
Programming Guru
 
Pizentios's Avatar
 
Join Date: May 2004
Location: Brandon, Manitoba, Canada
Posts: 2,023
Rep Power: 7 Pizentios is on a distinguished road
Send a message via ICQ to Pizentios Send a message via MSN to Pizentios
Quote:
Originally Posted by mrynit
i get this error when i try to run it on my php 5 server.



28  // Create two images
29  $image1 = imagecreate($width, $height);
30  $image2 = imagecreate($width, $height);

you need to have GD enabled.

looks pretty cool though, what are you planning on coding with it (if anything at all)?
__________________
Profanity is the one language that all programmers understand.

Check out my Blog <---updated Nov 30 2007!
Pizentios is offline   Reply With Quote