Page 1 of 1

How do I work include ?

Posted: Mon Feb 24, 2014 5:47 am
by asd2791
This problem is puzzled me, and all my attempts failed.
Look at the picture:

Image

Now:
1- How do I work include for "file2" from "file1"?
1- How do I work include for "file1" from "file2"?

Re: How do I work include ?

Posted: Mon Feb 24, 2014 6:14 am
by Celauran
Why is it structured like that? You could potentially use an autoloader. Alternately, define the full path to the included file.

Re: How do I work include ?

Posted: Mon Feb 24, 2014 6:37 am
by asd2791
How to use an autoloader ?

Re: How do I work include ?

Posted: Mon Feb 24, 2014 6:48 am
by Celauran