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)?