I am trying to run a script for a log in auth and im getting this error:
Warning: include(functions.inc) [function.include]: failed to open stream: No such file or directory in c:\Inetpub\wwwroot\double_form.inc on line 6
Warning: include() [function.include]: Failed opening 'functions.inc' for inclusion (include_path='.;C:\PHP\pear') in c:\Inetpub\wwwroot\double_form.inc on line 6
Line 6 is part of 4 other lines that note the script??
any ideas what this could possibly be???
Thanks
~Snapple
PEAR and problems with Inc.
Moderator: General Moderators
it means it can't find or read the file.
pear actually has nothing to do with this. the only reason it mentions pear is because pear is included in your 'includes' section in php.ini.
you might verify that the file is in the location from which you're trying to include it and make sure that it has read permission.
pear actually has nothing to do with this. the only reason it mentions pear is because pear is included in your 'includes' section in php.ini.
you might verify that the file is in the location from which you're trying to include it and make sure that it has read permission.