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 need help with a code that will create an image and then save it to a directory. I have worked with a code that will output it to a browser, but cannot figure out how to save it.
It is always good practice to clean up after your code . BTW-- You might want to also take a look at [php_man]chmod[/php_man] to set permissions on the fly when creating images. Having your permissions change when need be will save you a lot of time when you want scalability of your script.