@hurairidz You have to verify that on the server side. Before inserting into tables, count the entries entered by a specific user(student_id). If they are less than 30 then create/insert the entry else print a error message
Mar 27, 2019
5
Level 1
Limit entries in database PHP
Hello ! Need some idea for my small project. I got a student's table with column name and student_id and i want to set the number of entries a user can submit for instance 30 entries.After 30 entries they cannot submit any more data to database.Any idea on how i can approach this?
Please or to participate in this conversation.