How to Check PHP memory limit of my Website?
Some times you face an issue of PHP Memory limit exhausted and your website stops working. what is PHP memory limit? How it affects my website while developing or accessing it. PHP Memory Limit sets the maximum amount of memory in bytes that a script is allowed to allocate. This […]
