|
-
Mar 5th, 2002, 02:27 PM
#1
Thread Starter
New Member
include() and include_path
I have set the include_path in php.ini file I have tried to write the whole path in include() function and I still get errors
Warning: Failed opening ' xxx database.php' for inclusion ....
What could be the problem
?!?!
Help!
Jana
-
Mar 5th, 2002, 02:58 PM
#2
you shouldn't have to mess with the php.ini file to make includes. the problem might have something to do with the file you are including. is the name correct? is the path correct in the include();? is teh code valid in the file being included? you're not using the url to include are you?
sh us the code you have that you are using.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|