php increase memory and maximum execution time

by Prakash 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);

Tagged in:

927
like
0
dislike
0
mail
flag

You must LOGIN to add comments