Hello,
I have a MySql table where is no primary key.
I want to make a list, where user can see only some important info about the records. I want to display all data of the record if the user want to see it. But how can I do this if there is no primary key in the table? How can I get which record was selected by the user?
Thanks!