开发者

Folder access PHP on dedicated server

开发者 https://www.devze.com 2023-02-10 00:38 出处:网络
Can I access a folder on a different account on the sa开发者_运维问答me dedicated server via PHP?Probably all the folders in the server are in */home/_folder_you_want_* (if the host uses linux), and s

Can I access a folder on a different account on the sa开发者_运维问答me dedicated server via PHP?


Probably all the folders in the server are in */home/_folder_you_want_* (if the host uses linux), and so you can define a constant define('HOME', '/home/'), and include (like: include( HOME . 'folder');) the files you want.


There's a lot of factors to consider but the answer would be yes if you have permissions.

0

精彩评论

暂无评论...
验证码 换一张
取 消