How to find root di...
 
Notifications
Clear all

How to find root directory in PHP?


(@elias)
Member Moderator
Joined: 6 months ago
Posts: 4273
Topic starter  

How to find root directory in PHP?


   
Quote
(@elias)
Member Moderator
Joined: 6 months ago
Posts: 4273
Topic starter  

In order to get the root directory path, you can use _DIR_ or dirname(). echo dirname(__FILE__); Both the above syntaxes will return the same result.


   
ReplyQuote
Share: