Forum

How to find root di...
 
Notifications
Clear all

How to find root directory in PHP?


(@elias)
Illustrious Member
Joined: 5 months ago
Posts: 4277
Topic starter  

How to find root directory in PHP?


   
Quote
(@elias)
Illustrious Member
Joined: 5 months ago
Posts: 4277
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: