Fatal error: Allowed memory size of 8388608 bytes exhausted

If you get this message or one like it, just add the following line to the top of your PHP script. Instead of around 8M you can try raising it to say 12M to start with. That's 8 megabytes and 12 megabytes.

ini_set("memory_limit","12M");

Page Comments (Click to edit)






[Click to add or edit comments])

Please prepend comments below including a date

Design by N.Design Studio, adapted by solidGone.org (version 1.0.0)
Have a nice day.