Ha..
by sheer chance I solved the problem
apparently the systax needs to be:
include ("filename");
and not
include("filename");
the little space turns out to be crucial ;)
hope you won't run into such stupid things
Pete
--
PHP Install Mailing List (http://www.php.net/)
To unsubscribe, e-mai
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_pa
you need to edit the apache httpd.conf not the php.ini
good luck
Pete
"Paul Viazcan" <[EMAIL PROTECTED]> wrote in message
[EMAIL PROTECTED]">news:[EMAIL PROTECTED]...
> I have PHP4.0 installed on my webserver in Linux by my provider.
>
> I can run *.php scripts but I am use to creating web sigh