I get this error message :
Fatal error: Call to undefined function: imagecopy() in ..(blah blah)../index.php on line 25
when trying to use :
ImageCopy ($temper, $dirlist[2], 1, 1, 1, 1, 50, 50);
Get the same thing with resized. are these functions not automatically in php?
-powlow