I saw various docs and threads, there are various function to do it. I put error in my code and tried those functions. But it does not show what is error and where it is.
Can some one please show me how they are to be used?
For example:
<?php
error_reporting(~0); ini_set('display_errors', 1);
i
echo "testing"
?>
Above code has two error one is undefine i
and another ';' missing. How to I see these error?