Dear;
I have a problem.
for example I have a file in the c:\project\ as name index.php
another file in c:\projrct\functions\ as name func1.php
another file in c:\projrct\functions\ as name func2.php
some of codes of these files :
"index.php" :
<?
include "functions/func1.php";
.
.
.
?>
"func1.php" :
<?
include "func2.php";
.
.
.
?>
when I include "func1.php" in the "index.php" it dosen't work optimized, because the file "func2.php" isn't in the "index.php" Directory.
What should I do?
Please send me Answer;
If you want send an email to me, send to this address : [email protected]
I have a problem.
for example I have a file in the c:\project\ as name index.php
another file in c:\projrct\functions\ as name func1.php
another file in c:\projrct\functions\ as name func2.php
some of codes of these files :
"index.php" :
<?
include "functions/func1.php";
.
.
.
?>
"func1.php" :
<?
include "func2.php";
.
.
.
?>
when I include "func1.php" in the "index.php" it dosen't work optimized, because the file "func2.php" isn't in the "index.php" Directory.
What should I do?
Please send me Answer;
If you want send an email to me, send to this address : [email protected]