Return-Path: Delivered-To: apmail-couchdb-user-archive@www.apache.org Received: (qmail 4478 invoked from network); 23 Oct 2009 03:39:37 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 23 Oct 2009 03:39:37 -0000 Received: (qmail 50065 invoked by uid 500); 23 Oct 2009 03:39:36 -0000 Delivered-To: apmail-couchdb-user-archive@couchdb.apache.org Received: (qmail 49918 invoked by uid 500); 23 Oct 2009 03:39:36 -0000 Mailing-List: contact user-help@couchdb.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: user@couchdb.apache.org Delivered-To: mailing list user@couchdb.apache.org Received: (qmail 49908 invoked by uid 99); 23 Oct 2009 03:39:36 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 23 Oct 2009 03:39:36 +0000 X-ASF-Spam-Status: No, hits=-3.6 required=5.0 tests=BAYES_00,RCVD_IN_DNSWL_LOW X-Spam-Check-By: apache.org Received-SPF: neutral (athena.apache.org: local policy) Received: from [207.97.245.141] (HELO smtp141.iad.emailsrvr.com) (207.97.245.141) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 23 Oct 2009 03:39:33 +0000 Received: from relay4.r5.iad.mlsrvr.com (localhost [127.0.0.1]) by relay4.r5.iad.mlsrvr.com (SMTP Server) with ESMTP id 5EA2DC0E7 for ; Thu, 22 Oct 2009 23:39:12 -0400 (EDT) Received: by relay4.r5.iad.mlsrvr.com (Authenticated sender: jim-AT-nhrevolution.com) with ESMTPSA id 273BFC0A4 for ; Thu, 22 Oct 2009 23:39:12 -0400 (EDT) Message-Id: <52E4E454-35B5-4E7C-84C3-11461174E1FA@nhrevolution.com> From: Jim Kass To: "user@couchdb.apache.org" In-Reply-To: Content-Type: text/plain; charset=utf-8; format=flowed; delsp=yes Content-Transfer-Encoding: quoted-printable X-Mailer: iPhone Mail (7A400) Mime-Version: 1.0 (iPhone Mail 7A400) Subject: Re: CouchDB PHP Problem. Date: Thu, 22 Oct 2009 20:39:07 -0700 References: <40417f55f818f78b0860e456a397393d@mail.dronf.net> I recommend using context streams or curl. Btw, what result are you getting? Jim Sent from my iPhone On Oct 22, 2009, at 8:28 PM, Paul Davis =20= wrote: > On Thu, Oct 22, 2009 at 11:18 PM, Daniel Br=C3=BCggemann = =20 > wrote: >> Hi, >> >> i try to replicate the code from this site: >> http://wiki.apache.org/couchdb/Getting_started_with_PHP >> in my own words. >> But there is not the result, i hope to get. >> >> http://nopaste.info/2b89f3eab7.html >> This is the Code. What am i doing wrong? >> > > Daniel, > > Can you paste any errors from the CouchDB logs that you're getting? Or > the HTTP response? I'm not overly familiar with PHP so an error > message might help pinpoint the issue. > > Paul Davis