My problem is that I am trying to get a user authentication library going. Any pass-protected page requires that an include referencing "login.inc.php" (the file containing all variables and pre-defined functions) be placed.
I have placed the include successfully, or so I would think, but no matter what syntax or relative or absolute path I use, I get an error:
"Call to undefined function"
....which is blowing my mind. I cannot imagine what is causing this, I have tried it on multiple machines and still no luck.
I appreciate ANY ideas. Thanks in advance.