Hello,
im on a windows NT server, and somehow, when i use the include methode include('../functions.php');
it doesn't find the functions.php page!!
i have a file name post.php, it's in a folder, and i need to include the functions file to it.. i also tried a relative path which doesn't work either.
Some people told me to try the code below since im on a windows NT server
Code:
include('C:\hshome\host-user\xfzo.com\functions.php')
but i got these warning messages
Warning: main('C:\hshome\host-user\xfzo.com\functions.php') [function.main]: failed to open stream: No such file or directory in 'C:\hshome\host-user\xfzo.com\posts.php'on line 4
Warning: main() [function.include]: Failed opening 'C:\hshome\host-user\xfzo.com\functions.php' for inclusion (include_path='.;c:\php4\pear') in C:\hshome\host-user\xfzo.com\shoutbox\posts.php on line 4
What should i do?
Configuration: Windows XP Internet Explorer 6.0
