PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!
I have a image resize function that does not work?
i have a GD library installed and i would like to know does anyone knows a simple way or function to resize the image once it's uploaded.
Someting like resize(IMAGELOCATION, WIDTH, HEIGHT)
Milan wrote:I have a image resize function that does not work?
i have a GD library installed and i would like to know does anyone knows a simple way or function to resize the image once it's uploaded.
Someting like resize(IMAGELOCATION, WIDTH, HEIGHT)
thanks!
I never thought of simplifing it that much. Cool idea. I'll write something when I get a free 10 minutes.