new to PHP: newbie question

Ye' old general discussion board. Basically, for everything that isn't covered elsewhere. Come here to shoot the breeze, shoot your mouth off, or whatever suits your fancy.
This forum is not for asking programming related questions.

Moderator: General Moderators

Post Reply
ytbryan
Forum Newbie
Posts: 1
Joined: Tue Oct 07, 2008 8:13 am

new to PHP: newbie question

Post by ytbryan »

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
User avatar
jaoudestudios
DevNet Resident
Posts: 1483
Joined: Wed Jun 18, 2008 8:32 am
Location: Surrey

Re: new to PHP: newbie question

Post by jaoudestudios »

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?
josh
DevNet Master
Posts: 4872
Joined: Wed Feb 11, 2004 3:23 pm
Location: Palm beach, Florida

Re: new to PHP: newbie question

Post by josh »

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
Post Reply