Re: [PHP] WebDav via PHP

2006-07-04 Thread Martin Staiger
I looked up the documentation and did find the same useless hint which you are referring to. No explanation. No example. ""Richard Lynch"" <[EMAIL PROTECTED]> schrieb im Newsbeitrag news:[EMAIL PROTECTED] > Did you search on php.net using "online documentation" in the popup menu? > > Did you fin

Re: [PHP] WebDav via PHP

2006-07-04 Thread Martin Staiger
I looked up the documentation and did find the same useless hint which you are referring to. No explanation. No example. ""Richard Lynch"" <[EMAIL PROTECTED]> schrieb im Newsbeitrag news:[EMAIL PROTECTED] > Did you search on php.net using "online documentation" in the popup menu? > > Did you f

Re: [PHP] WebDav via PHP

2006-07-03 Thread Richard Lynch
Did you search on php.net using "online documentation" in the popup menu? Did you find "WebDAV" in this page: http://us3.php.net/manual/en/ini.core.php You now know as much about this PHP/WebDAV thingie a I do... :-) On Sat, July 1, 2006 1:10 pm, Martin Staiger wrote: > Dear group, > > Apache's

[PHP] WebDav via PHP

2006-07-01 Thread Martin Staiger
Dear group, Apache's WebDav-features do not fulfill our requirements concerning file-management since we have to manage complex access-rights to files by our own logic. HOW can we create our own WebDav-Server with PHP ? Are there any alternatives? I couldn't find any examples so far ... Thankf