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 usually set the memory limit to 0 in development, especially since the project I'm working on now has a lot of image-resizing all done in GD, I also got the maximum execution time set to unlimited so I can traverse directories thumb-nailing 100's of thousands of photos at a time.