This is a discussion on php function equivalent for UNIX 'pwd' command within the PHP Language forums, part of the PHP Programming Forums category; Is there a function, or any roundabout way to get the current directory other than using an exec or system ...
|
|||||||
| FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
|
|||
|
On Thu, 03 Jun 2004 03:27:22 +0000, Donald Thompson wrote:
> Is there a function, or any roundabout way to get the current directory > other than using an exec or system to just run pwd? > > -Don getcwd() -- Trust me, I know what I'm doing. (Sledge Hammer) |