i get this error when i try to run it on my php 5 server.
Quote:
|
Fatal error: Call to undefined function imagecreate() in C:\Program Files\Apache Group\Apache2\document_root\3d.php on line 29
|
28 // Create two images
29 $image1 = imagecreate($width, $height);
30 $image2 = imagecreate($width, $height);