|
Posted by Jim Carlock on 09/12/07 18:50
"Rik Wasmus" wrote...
: http://www.php.net/manual/en/ini.core.php#ini.memory-limit
: So, normally this would be perfectly changable in the script itself,
: in a .htaccess or httpd.conf (for Apache), etc.
Thanks, Rik.
It took me a little while to find the appropriate function to set
the value. So to help others out, here's the function name and
use to help others reading along.
ini_set("memory_limit", "256M");
--
Jim Carlock
Swimming Pool, Spa And Water Feature Builders
http://www.aquaticcreationsnc.com/
[Back to original message]
|