I\'m trying to process a directory of JPEG images (roughly 600+, ranging from 50k to 500k) using PHP: GD to resize and save the images but I\'ve hit a bit of a snag quite ea
Simply use ini_set(); and set the memory_limit to whatever size you want.
ini_set();