On 27/06/07, Andre Garzia <[EMAIL PROTECTED]> wrote:

it's fairly easy. If you're serving using apache just check the
$REQUEST_METHOD environment variable, it will contain the method used to
access your cgi.

Like:

switch $REQUEST_METHOD
case "POST"
-- do post stuff
break
case "PUT"
-- do put stuff
break
case "DELETE"
...

and so on...

hope I helped.


Yes indeed.

Does libUrl do http Put and Delete - put and delete examples are all ftp
that I can see?
_______________________________________________
use-revolution mailing list
use-revolution@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-revolution

Reply via email to