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