I understand.... problem solved.
I use the wrong command:
instead of:
And change path...
So i understand this command work only the files are in the same folder, or well... the command include dont support folder/filename.php but only filename.php it's correct?
Thanks a lot!
I use the wrong command:
PHP Code:
<? include("directory/filename.php"); ?>
PHP Code:
<? include("filename.php"); ?>
So i understand this command work only the files are in the same folder, or well... the command include dont support folder/filename.php but only filename.php it's correct?
Thanks a lot!