Can one set the memory limit from within the PHP script instead of using the .ini settings?
yup w/ ini_set()
Thanks Much