In order to get the root directory path, you can use _DIR_ or dirname(). ... DOCTYPE html> <html> <body> <?php echo dirname(__FILE__); echo ...
確定! 回上一頁