Possible Duplicate:
Allowed memory size of 33554432 bytes exhausted (tried to allocate 43148176 bytes) in php
Hi,
In my php page, I got the error as follows,
Fatal error: Allowed memory size of 134217728 bytes exhausted (tried to allocate 71 bytes)
I tried to set memory limit using ini_set('memory_limit', '128M');
But still I got the error.
Any help would be really appreciated.