PHP problem
Posted by: Gnissem
Posted on: 2005-12-21 00:54:00
I've loaded an index.php file and a file named user_functions.php to my web directory. The first line of index.php is:
<?php require_once('user_functions.php');?>
If I access it, I get the following errors:
Warning: main(user_functions.php): failed to open stream: No such file or directory in /home/.katsumi/hmessing/spanishmentor.com/index.php on line 1
Fatal error: main(): Failed opening required 'user_functions.php' (include_path='.:/usr/local/lib/php') in /home/.katsumi/hmessing/spanishmentor.com/index.php on line 1
Excuse me if this is something obvious...but can someone explain what is going on here...thanks.