Simple (but frustrating) Includes problem
Posted: Tue Nov 11, 2003 10:12 am
I'm having a head-banging problem with a very simple construct:
I have a script that says (only):
include("formdb.php");
And even though the file exists, I get this error:
Fatal error: Call to undefined function: () in C:\Program Files\Apache Group\Apache2\htdocs\dbForm\test2.php on line 9
It doesn't matter if I change the include name. I get the same error whether the include file exists or not.
Can somebody tell me what (duh!) I am missing please??
Thx
I have a script that says (only):
include("formdb.php");
And even though the file exists, I get this error:
Fatal error: Call to undefined function: () in C:\Program Files\Apache Group\Apache2\htdocs\dbForm\test2.php on line 9
It doesn't matter if I change the include name. I get the same error whether the include file exists or not.
Can somebody tell me what (duh!) I am missing please??
Thx