A
Anonymous
Guest
I've got a problem I can't solve.
I want to be able to bring up a small thumbnail of an image, but every code I've tried generates errors such as "Warning: opendir(): open_basedir restriction in effect."
Can anyone think of a way to achieve this without having to use commands that would generate that wretched error.
The initial images are of various sizes, and the destination size will be a maximum width of 125 and maximum height of 96. I would call this with something like "show_image.php?filename=(image)" in an IMG tag.
I want to be able to bring up a small thumbnail of an image, but every code I've tried generates errors such as "Warning: opendir(): open_basedir restriction in effect."
Can anyone think of a way to achieve this without having to use commands that would generate that wretched error.
The initial images are of various sizes, and the destination size will be a maximum width of 125 and maximum height of 96. I would call this with something like "show_image.php?filename=(image)" in an IMG tag.