messhof Posted August 2, 2003 Posted August 2, 2003 I'm trying to set up this php thing and it needs an absolute path to my folder www.bigmound.com/public_html/filemound so... what would that be? Quote
TCH-Rick Posted August 2, 2003 Posted August 2, 2003 The absolute path would be /home/username/public_html/filemound. Quote
m3avrck Posted August 5, 2003 Posted August 5, 2003 There is one neat, built-in function with PHP that will show you all kinds of variables with all of that info built in so you don't have to manually code it yourself. Type: >phpinfo(); and then view the page. From there you can scroll down and find the variable you need with the correct path info. Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.