I want to creat a folder for all user connect and include if use php command.
Example:
/folder/file.php
I can use php command to include in php file
My file: /home/user/public_html/test.php
Please help me
I try with root permission and chmod 0777 for all folder and file but can not include
Example:
/folder/file.php
I can use php command to include in php file
My file: /home/user/public_html/test.php
PHP:
include('/folder/file.php');
I try with root permission and chmod 0777 for all folder and file but can not include