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!
Can someone please tell me how I can save a php created image to another folder other than the php code folder? I desperately need to see code not a link. Thanks in advance.
You can save it anywhere you want, using the second parameter of imagejpeg()
Set Search Time - A google chrome extension. When you search only results from the past year (or set time period) are displayed. Helps tremendously when using new technologies to avoid outdated results.
Your code already wishes to place it in /images. Now that would be in the root of the server, not the root of the website. $_SERVER['DOCUMENT_ROOT'] may be useful here if you wish to place the file in your website's root.