Hi everybody,
I am new to php and i am going to ask a very newbie question.
I can't find the root directory of my server. can somebody help me out?
thanks in advance
new to PHP: newbie question
Moderator: General Moderators
- jaoudestudios
- DevNet Resident
- Posts: 1483
- Joined: Wed Jun 18, 2008 8:32 am
- Location: Surrey
Re: new to PHP: newbie question
Unfortunately, we cant help you out!
Good luck.
We might be able to help you if you give us more information on your setup!
i.e. OS?
Good luck.
We might be able to help you if you give us more information on your setup!
i.e. OS?
Re: new to PHP: newbie question
Try / or C:/
Or you do you mean document_root (the absolute paht of public_html)
try phpinfo() or print_r($_SERVER), or call your host, since they would probably know best
Or you do you mean document_root (the absolute paht of public_html)
try phpinfo() or print_r($_SERVER), or call your host, since they would probably know best