$pathInPieces = explode('/', $_SERVER['DOCUMENT_ROOT']); echo $pathInPieces[0];. This will output the server's root directory. When you use the ...
確定! 回上一頁