Ok. I want to resize an image of mine using that GD stuff... Well I know the code to do this.. but a problem lies beneath.
First.. I have a script that prints text onto an image(which is on my server) then displayed on that page. The script never saves the new image(with the text displayed) to the server. That is my problem.
Now I have a script that resizes images... but the problem is that index.php (the page where the code is that puts the text on the image) is not an image file (ex; .jpg, .png).
How can I resize an image that is created on index.php?
My only guess is to make a function that will save the picture that is created on index.php to the server.. and I am not sure how to do that.
Thanks!
If I didn't explain well enough, just let me know.