- Elias
Topic Author- Offline
- Administrator

Less More- Posts: 4306
- Thank you received: 0
6 months 1 week ago#3441by Elias How to find root directory in PHP?
Please Log in to join the conversation.
- Elias
Topic Author- Offline
- Administrator

Less More- Posts: 4306
- Thank you received: 0
6 months 1 week 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.
Please Log in to join the conversation.
- Q&A
- Index
- PHP
- How to find root directory in PHP?
Time to create page: 0.097 seconds