title says it all. I try to include a file in same directory as the file that calls it by referencing it like this:
include ("messages.php");
and get this error:
Warning: printmessage() [function.printmessage]: Failed opening 'messages.php' for inclusion (include_path='') in /home/glassmir/public_html/site/includes/fewfunctions.php on line 103
driving me crazy... works on my home development server but not on my co-lo live box (the one that matters!)
any thoughts?