Quote:
Originally Posted by nerbert
Bad syntax. Try:
require_once('./global.php');
also put this in your code:
ini_set('display_errors', '1'); Then your syntax errors should show
|
It looks like the above did the trick, it is echoing my username now. Thank you, nerbert and kh99. :up:
In the past "include 'filename.php'" always seemed to work, so I'm not entirely sure why it doesn't here but this did.
Thanks again,
Chunky Monkey