Colleagues
On a given project page you are giving the error:
PHP Fatal error: Call to undefined function phperror_reporting ()
But the code looks like this:
<?php
error_reporting(0);
session_start();
.....
Why is this error occurring if in the ATOM editor error_reporting (0) appears below the PHP tag?