- Elias
Topic Author- Offline
- Administrator

Less More- Posts: 4306
- Thank you received: 0
5 months 2 weeks ago#3441by Elias How to find root directory in PHP?
- Elias
Topic Author- Offline
- Administrator

Less More- Posts: 4306
- Thank you received: 0
5 months 2 weeks ago#3442by Elias 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.
- Q&A
- Index
- PHP
- How to find root directory in PHP?
Time to create page: 0.074 seconds