Using PHP I display a table, in id
of each li
, I put the id
of the record that is in the database. Once they are displayed, I have an option that excludes registration, I do this through AJAX, I get the id
of that li
, and I send PHP pro delete.
But I realized that if I use Developer Tools, "famous F12", and manually change the ID
of li
, it will get this new ID that I put. That way the project I'm doing is vulnerable depending on who uses it. I say this because there is a lot that I am using this method. Do you have any attributes that the user can not edit or some other more secure method?