Code: · //__FILE__ contains the path of the current file. · $filePath = __FILE__; · echo "Current file path: " . $filePath; · echo "<br>"; · //Gets ...
確定! 回上一頁