Hi Guys
I want to assign delete for each row using sql query but not specifying the row NAME or ID, e.g.: $sql = "DELETE FROM $table
WHERE Description1 = 'Description 10'";
...must be dynamically maybe via row ID to delete correct row at any given time?
Please let me know if you want me to eloborate more about the question above, thanks in advance