> Justin: Are you including the myfile.php into another php file...
That's whats weird about it. I am not using any includes. All I am doing is
trying to test my instillation with:
I also tried:
But I still get the same error.
--
PHP Windows Mailing List (http://www.php.net/)
To unsubscri
Justin: Are you including the myfile.php into another php file, if so, it
seems you left the include_dir variable blank in your php.ini, so what you
have to do is put a path to a directory where you want to always find your
includes, or you can type in the relative path to your included file from