Re: [PHP] Problem with posting

2002-03-20 Thread James Arthur
On Wednesday 20 Mar 2002 19:40, Rick Emery wrote: > What do you mean "All other browsers either do not submit form data"? I mean when the user hits 'reload' the POST data is not resubmitted. Some browsers do not resubmit form data, some do, and some prompt. > What kind of user authentication ar

Re: [PHP] Problem with posting

2002-03-20 Thread Miguel Cruz
On Wed, 20 Mar 2002, James Arthur wrote: > I'm writing a voting script, but I have a problem with it. > > Voters cast their vote by submitting a form. When this form is received > it is added to the database, and a session variable is set saying that > they've voted. The problem is that once someo

RE: [PHP] Problem with posting

2002-03-20 Thread Rick Emery
2002 1:39 PM To: [EMAIL PROTECTED] Subject: [PHP] Problem with posting I'm writing a voting script, but I have a problem with it. Voters cast their vote by submitting a form. When this form is received it is added to the database, and a session variable is set saying that they've voted.

[PHP] Problem with posting

2002-03-20 Thread James Arthur
I'm writing a voting script, but I have a problem with it. Voters cast their vote by submitting a form. When this form is received it is added to the database, and a session variable is set saying that they've voted. The problem is that once someone's voted they can just press reload on their