Jump to content

include problem


pouncer

Recommended Posts

i have a folder called php_classes with a class_db.php in it.

i created a folder called forum.

Inside forum i put addtopic.php

inside addtopic.php i put

[code=php:0]
require_once("php_classes/class_db.php");
[/code]

which is throwing me an error

Warning: main(php_classes/class_login.php) [function.main]: failed to open stream: No such file or directory in c:\domains\bn.nl\wwwroot\myftp\forum\addtopic.php on line 4

line4 is the require line, whats the problem

it works when i put the addtopic.php outside of the forum folder, but not when it is inside the folder.
Link to comment
Share on other sites

Well you need to tell us what your folder structure looks like. Is it?

[code]
/myftp
  /php_classes
    class_db.php
  /forum
    addtopic.php
[/code]

or...


[code]
/myftp
  /php_classes
    /forum
      addtopic.php
    class_db.php
[/code]

hope you can see it.
Link to comment
Share on other sites

This thread is more than a year old. Please don't revive it unless you have something important to add.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.