I'm just learning PHP (extreme novice) and I'm struggling with deleting records using a checkbox included within each row.
I have a few idea but I'm not sure if my thoughts are correct. I think I need to turn it into a Form to be able to capture whats been checked but I would appreciate any guidance.
Most of the code I am using is from a solution a co-worker wrote for another solution and I learning by using it as...