How do I determine the path name for my web server?

T

tandem

I am working with a new software package for my industry, and am trying to
publish a document to my website. The publishing process requires that I
enter the path name for my web server. We use a low-cost shared hosting
package, and I typically access the server and update web pages through My
Network Places\The Internet, through an FTP program, or through FrontPage.

I am at a loss, and don't know what I need to be indicating as the full path
to the server directories. Any ideas?
 
G

Gyorgy Moldova [MCSE, MVP]

This can be done by using a server-side script do display it. In ASP,

"<%Response.Write Server.Mappath("Anything")%>" shall be fine, but I dont
know the version for php

hth
g
 
Top