Results 1 to 2 of 2

Thread: include() and include_path

  1. #1

    Thread Starter
    New Member
    Join Date
    Feb 2002
    Posts
    6

    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

  2. #2
    scoutt
    Guest
    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
  •  



Click Here to Expand Forum to Full Width