AnonLeo
Regular Member
- Nov 23, 2013
- 363
- 275
Hey,
So I have a form that users put an ID (e.g: 89123) and then they click submit, but there are some people who submit the SAME ID more than once and that makes the server a little slower, is there a way to not allowing them to submit the same ID more than one time?
In other words; Let's say a user writes "99432" at 9:00PM in the <input> of the form, he clicks "Submit" and then the process is done
He wants to submit the SAME ID (99432) again in the form at 9:10PM and then he clicks "Submit" and and then the process is done
What I want is a PHP code or something to disable the users from submitting the SAME ID if it's already submitted before
I hope I made myself clear
Sorry for poor English
Thanks and I hope someone will help me with this problem
So I have a form that users put an ID (e.g: 89123) and then they click submit, but there are some people who submit the SAME ID more than once and that makes the server a little slower, is there a way to not allowing them to submit the same ID more than one time?
In other words; Let's say a user writes "99432" at 9:00PM in the <input> of the form, he clicks "Submit" and then the process is done
He wants to submit the SAME ID (99432) again in the form at 9:10PM and then he clicks "Submit" and and then the process is done
What I want is a PHP code or something to disable the users from submitting the SAME ID if it's already submitted before
I hope I made myself clear
Thanks and I hope someone will help me with this problem