Re: PHP to implement WebDAV/CalDAV
- From: Sjoerd <sjoerder@xxxxxxxxx>
- Date: Mon, 15 Sep 2008 20:56:42 +0200
Mark wrote:
Is it possible to use PHP to implement a WebDAV or CalDAV server?
I once wrote a WebDAV handler in PHP. PHP was running under Apache.
When requesting the URL
http://www.example.org/myscript.php/file
my script would parse the URL and serve the right file. The script was
called on any request (PUT, GET, FOO) without any special Apache or
PHP configuration. The request method is then in
$_SERVER['REQUEST_METHOD'].
.
- References:
- PHP to implement WebDAV/CalDAV
- From: Mark
- PHP to implement WebDAV/CalDAV
- Prev by Date: Re: test button to lookup mysql info and validate
- Next by Date: Re: How do I parse form elements or am I doing this wrong?
- Previous by thread: Re: PHP to implement WebDAV/CalDAV
- Next by thread: How should one write a plug-in interface?
- Index(es):