Hi ... could anyone help me with this problem(might be trivial but can't
seem to get it to work)

so I try to include a file in the same directory called "menu.inc.php"
...
include("menu.inc.php");
...

but it won't include it and returns this:
Warning: Failed opening '1' for inclusion
(include_path='.:/usr/local/lib/php') in
/usr/local/apache/htdocs/rse/main.php on line 4

Fatal error: Call to undefined function: mymenu() in
/usr/local/apache/htdocs/rse/main.php on line 5

I'm running php 4.0.6 on Apache 1.3.17 or .20(either one of them...)

I don't know what's up with that.. the same thing works perfect on winXP

I appreciate any help

Pete
[EMAIL PROTECTED]

thanx




-- 
PHP Install Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]

Reply via email to