dsebao
8/4/2015 - 1:39 PM

Check errors in php

Check errors in php

<?php
error_reporting(E_ALL);
echo "<script>console.log(" . ini_set('display_errors', 1) . ")</script>";
?>