Hello everyone,
I am new to PHP. I wrote a simple "Hello World" program, but
I got a warning as following
Warning: Failed opening '/home/ma/b/dhou/public_html/index.php'
for inclusion (include _path='.:/usr/local/lib/php') in
Unknown on line 0.
It was my mistake that I didn't open the permission 644 for my
index.php. But what I don't understand is the error message,
would anybody please explain that "for inclusion..." part of
the warning message to me?? Why the file permission has something
to do with the inclusion of a library??
Thank you in advance.
Dean