[SOLVED] Problem

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
Thomas555
Forum Newbie
Posts: 5
Joined: Thu Aug 04, 2005 4:10 am

[SOLVED] Problem

Post by Thomas555 »

Warning: Failed opening '..\..\htm\siteinfo.htm' for inclusion (include_path='.;c:\apache\php\pear') in c:\apache\htdocs\reg\secure\config3.php on line 2

how do i fix this this problems making me go crazy
User avatar
s.dot
Tranquility In Moderation
Posts: 5001
Joined: Sun Feb 06, 2005 7:18 pm
Location: Indiana

Post by s.dot »

make sure the file that is being included is in fact in the directory the script is calling it from
Thomas555
Forum Newbie
Posts: 5
Joined: Thu Aug 04, 2005 4:10 am

Post by Thomas555 »

ok i will try replacing the dots with the directory
Thomas555
Forum Newbie
Posts: 5
Joined: Thu Aug 04, 2005 4:10 am

Post by Thomas555 »

it works! thanks
Post Reply