Problems with ImageCreate
Hey,
I have apache under xampp with PHP support, and recently I have been working through some examples in a book I have. It has worked somewhat well up until now, but whenever i try to create an image in PHP, it throws an error in the error log which states:
PHP Fatal error: Call to undefined function imagecreate() in C:\\Documents and Settings\\mcginnda\\My Documents\\School\\Rose-Hulman\\Extra Curricular Endeavors\\PHP\\PHP Workspace\\Part IV\\simplegraph.php on line 5
I have put the same script on my school's server, which uses PHP on a unix server, and it works perfectly. What is there that i have not configured in my version of apache that would cause this error to occur? Thanks!
|