Re: [PHP] secure form handling

2002-02-08 Thread Paul Roberts
I think you mean that you want to display the total as text but have the total on the form hidden so they can't edit it (and give themselves a discount), you can use a hidden form field, sessions or cookies. Paul Roberts [EMAIL PROTECTED] - Original Me

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

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 > applicatio

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 se

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

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 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.