Can you help me with the code here ?
If globals.php is under /forums, how will I change the code?
<?php
// Turn off all error reporting
//error_reporting(0);
require_once('global.php');
?>
Edit:
I was able to figure it out.
I am from a non php background.
Curious as to why I should change a working directory to accommodate "globals.php"
Why cannot an include work?
|