Hi there,
I have been attempting to create .png and .jpg images in PHP and whenever I use the ImageCreate() function, it gives me an error saying "Call to undefined function ImageCreate()...". If I suppress errors by calling the function like @ImageCreate(), I get a square box with an X in it, as if there was no image to be displayed.
From what I have heard, the newer versions of PHP have image support built in. How do I make it work?