[PHP-WIN] Re: Re:[PHP-WIN] UNC path as a link

2002-02-01 Thread Nicole Amashta
Thanks for the tip. I hadn't thought of it like that. Thanks and I'll try that in case it works. Nicole A. www.aeontrek.com "Michel Laine" <[EMAIL PROTECTED]> wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... > I don't have any solution to your proble, but as i look at this code my

[PHP-WIN] Re:[PHP-WIN] UNC path as a link

2002-02-01 Thread Michel Laine
I don't have any solution to your proble, but as i look at this code my first reaction is: Isn't it possible to use the ' ' character to encapsulate strings in some places - so you don't have to escape all slashes? If you don't have any variables or code inside the " " that needs to be parsed it s

[PHP-WIN] UNC path as a link

2002-01-31 Thread Nicole Amashta
Hello. Anyone familiar with making a unc path linkable on a webpage? I want to be able to create links to directories over the network using UNC paths. I am generating the paths dynamically. Win2k / Apache / PHP 4 Here is an example of what I've got so far: require("incs/FileSystem.inc"); requ