PHP

PHP

Php

 
 

Sort PHP processes by user:


Show PHP Errors:

put this code at top of php page you want to test (usually index.php):
error_reporting(E_ALL);
ini_set('display_errors', 1);