View Single Post
Old Jun 8th, 2006, 4:12 AM   #3
mrynit
Hobbyist Programmer
 
mrynit's Avatar
 
Join Date: Mar 2006
Location: WA, USA
Posts: 340
Rep Power: 3 mrynit is on a distinguished road
Send a message via AIM to mrynit Send a message via MSN to mrynit Send a message via Yahoo to mrynit Send a message via Skype™ to mrynit
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);
__________________
i dont know much about programming but i try to help
mrynit is offline   Reply With Quote