From owner-freebsd-questions@FreeBSD.ORG Tue Sep 7 19:14:08 2004 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 18ED416A4CE for ; Tue, 7 Sep 2004 19:14:08 +0000 (GMT) Received: from lorna.circlesquared.com (host217-45-219-85.in-addr.btopenworld.com [217.45.219.85]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3F47C43D1D for ; Tue, 7 Sep 2004 19:13:59 +0000 (GMT) (envelope-from peter@circlesquared.com) Received: from circlesquared.com (localhost.circlesquared.com [127.0.0.1]) i87JDX9v053389; Tue, 7 Sep 2004 20:13:33 +0100 (BST) (envelope-from peter@circlesquared.com) Message-ID: <413E085D.7020902@circlesquared.com> Date: Tue, 07 Sep 2004 20:13:33 +0100 From: Peter Risdon User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.6) Gecko/20040611 X-Accept-Language: en-us, en MIME-Version: 1.0 To: FreeBSD Mail Lists References: <9c08c42717771b148b9fed3e1aa1f7d2@untoldfaith.com> In-Reply-To: <9c08c42717771b148b9fed3e1aa1f7d2@untoldfaith.com> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit cc: Questions Subject: Re: Update Databases from Webserver X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 07 Sep 2004 19:14:08 -0000 FreeBSD Mail Lists wrote: > Peter, Thanks for your response. In response to > >> You don't say why you'd want to do this. If you want to allow >> customers of an e-commerce site to avoid repeating their details >> whenever they want to buy, perhaps consider basing the payment >> backend around PayPal. The need for users to authenticate in order >> to make a payment hasn't brought e-Bay to its knees. > > > Pretty much the end result would be Amazon like with the customer > being able to choose a previously used card. Is this possible > without storing credit card numbers or using paypal? > Well, yes, this is a convenience. But there's a very good reason why you only find this at very big online retailers like Amazon: It's a biggie. All the replies you had that I've seen point this out one way or another. Peter.