Re: [PHP] Expire data from form

2001-03-18 Thread Paul R. Jackson
Sheni, I needed to do a similar thing as this. When creating the form have a hidden value which is the current time. The when procesing the form check the time. If its to old just say page expired. I found this worked fine. Hope this helps. Paul ""Sheni R. Meledath"" <[EMAIL PROTECTED]> wrote

Re: [PHP] Expire data from form

2001-03-18 Thread Data Driven Design
You can use javascript and set the history length to 0 <!-- history.length=0; // --> - Original Message - From: Sheni R. Meledath <[EMAIL PROTECTED]> To: PHP Masters <[EMAIL PROTECTED]> Sent: Saturday, March 17, 2001 11:47 PM Subject: [PHP] Expire data from form &g

[PHP] Expire data from form

2001-03-17 Thread Sheni R. Meledath
Hi, I have set up a form to register the users to the site. The users are allowed to register only once. When the user submits the form the same script will check the validity of the form and displays error messages and if okay, updates the database. I want to set up an option in the form in w