是否有可能/容易將文件從一個位置(比如說在index.php
/mypage/homes/
)文件夾在另一個文件夾複製(例如,在friends
可能有pfox
,sam
,uni
)使用PHP? 那麼文件index.php
會被複制到friends/pfox
,friends/uni
等等?將一個文件複製到文件夾中的所有文件夾?
是顯而易見的,文件結構是這樣:
update.php (The file you have to write)
mypage
|_homes
|_index.php
friends
|_pfox <--Copy index.php to here!
|_sam <--And here!
|_uni <--And here!
如果存在'/ friends/one/sub'目錄會怎麼樣?你需要把它放到每個子文件夾嗎? – 2014-11-22 15:20:29
,爲什麼需要你複製php文件?也許一些重定向到第一個會更好? – 2014-11-22 15:27:17