php increase memory and maximum execution time
by Prakash[ Edit ] 2013-08-03 12:34:36
We can set the memory limit and maximum execution time of a particular page using ini_set function as follows :
ini_set("memory_limit","200M");
ini_set('max_execution_time', 1500);