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
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
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
3 matches
Mail list logo