Hi
I have created the automatic image gallery script, now i want to put it on my linux server.
The problem is when i run the script i get this error
Undefined function createimagefromjpg()
The script was orignally written on a windoz 7 computer
Thank you
createimagefromjpg function
Re: createimagefromjpg function
it should be imagecreatefromjpeg(), it's also possible that you do not have the GD library installed on the other server.