Pages

Friday 27 June 2014

How to check PHP memory limit?


1) Create a file called phpinfo.php :

<?php
phpinfo ();
?>


2) Check your domain
http://www.yourdomain.com/phpinfo.php

0 comments:

Post a Comment