in reply to Reload/Repost Disable
ORYou could store an array with the last(or last 5, as above) users(assuming that there is some data as such on the form, i.e., unique data describing the user; name, email, etc.). Then, you could match the current user against the array(or scalar), and see if they match; if so, your response can be as above, or whatever suits your purposes.
These are just a few suggestions; there's more than one way to do it, but its hard to know without some more data.
|
---|