|
Server : LiteSpeed System : Linux terra.hostitbro.com 5.14.0-611.54.3.el9_7.x86_64 #1 SMP PREEMPT_DYNAMIC Thu May 7 16:31:24 EDT 2026 x86_64 User : outerorb ( 1091) PHP Version : 8.1.34 Disable Function : mail Directory : /home2/outerorb/dev.outerorbittech.com/erp/admin/images/ | |
|
Path: /home2/outerorb/dev.outerorbittech.com/erp/admin/images/path.php
Size: 498 B
Permissions: 0644
<?php // Get the absolute path of the current PHP script $currentScriptPath = __FILE__; // Get the directory where the script is located $scriptDirectory = dirname($currentScriptPath); // Get the filename of the script $scriptFilename = basename($currentScriptPath); // Display the results echo "Absolute Path of Current Script: " . $currentScriptPath . "<br>"; echo "Directory of Current Script: " . $scriptDirectory . "<br>"; echo "Filename of Current Script: " . $scriptFilename . "<br>"; ?>