Re: [PHP] secure form handling

2002-02-08 Thread Paul Roberts
] - Original Message - From: wm [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Thursday, February 07, 2002 1:36 AM Subject: [PHP] secure form handling hi, i'm fairly new to this. what i want to do is use a form so the user can specify a few different

[PHP] secure form handling

2002-02-06 Thread wm
hi, i'm fairly new to this. what i want to do is use a form so the user can specify a few different choices of things they want to buy. maybe a few radio buttons with dollar amounts and then possibly a couple of quantity fields for items. this can then be passed to a script and total added up

Re: [PHP] secure form handling

2002-02-06 Thread Lars Torben Wilson
On Wed, 2002-02-06 at 17:36, wm wrote: hi, i'm fairly new to this. what i want to do is use a form so the user can specify a few different choices of things they want to buy. maybe a few radio buttons with dollar amounts and then possibly a couple of quantity fields for items. this

Re: [PHP] secure form handling

2002-02-06 Thread obo
sorry lars. i accidentally just emailed you back instead of posting this. i want the user to be able to see the amount being charged on the screen, but not to be able to view it in a hidden field in the source code. most shopping cart applications are like this. ?? Lars Torben Wilson wrote:

Re: [PHP] secure form handling

2002-02-06 Thread CC Zona
In article [EMAIL PROTECTED], [EMAIL PROTECTED] (Obo) wrote: Sorry, perhaps I've misunderstood. You would like to charge a customer's card without the customer knowing how much you're charging them? i want the user to be able to see the amount being charged on the screen, but not to be

Re: [PHP] secure form handling

2002-02-06 Thread wm
amazon.com vitaminworld Cc Zona wrote: In article [EMAIL PROTECTED], [EMAIL PROTECTED] (Obo) wrote: Sorry, perhaps I've misunderstood. You would like to charge a customer's card without the customer knowing how much you're charging them? i want the user to be able to see the amount

Re: [PHP] secure form handling

2002-02-06 Thread Lars Torben Wilson
On Wed, 2002-02-06 at 19:35, obo wrote: sorry lars. i accidentally just emailed you back instead of posting this. i want the user to be able to see the amount being charged on the screen, but not to be able to view it in a hidden field in the source code. most shopping cart applications

Re: [PHP] secure form handling

2002-02-06 Thread CC Zona
In article [EMAIL PROTECTED], [EMAIL PROTECTED] (Wm) wrote: Cc Zona wrote: In article [EMAIL PROTECTED], [EMAIL PROTECTED] (Obo) wrote: Sorry, perhaps I've misunderstood. You would like to charge a customer's card without the customer knowing how much you're charging them?