0
Is it possible to do 1 Ubmit per day by date time of the bank? Ex; the iduser do one post per day?
grateful!
0
Is it possible to do 1 Ubmit per day by date time of the bank? Ex; the iduser do one post per day?
grateful!
0
To achieve this goal, you can use this solution:
First you must:
According to:
NB: You can use table information userSubmitControl to control the button.
ball show that helped
@Wiliames Boa! So mark as accepted...
Browser other questions tagged php javascript database id
You are not signed in. Login or sign up in order to post.
If you are going to implement do it in the back end. If you do it in the front end, due to the nature of javascript, the user can reverse the lock.
– Augusto Vasques
@Wiliams! Everything in IT is possible! You must ask your question in order to have answers on how to implement this solution. And by the way, whenever possible do server-level validations / backend.
– Cristiano Gilberto João
yes it is totally possible, but the answer would be too wide, first start searching how to record the date per user in the database and how to read, this will give a good code in php, then leave for the part to do the javascript part, that would receive this date or a "true/false" to disable the button
– Ricardo Pontual