I am in the very beginnings of teaching myself php. I am giving myself micro projects to push myself.
Thus far I have a MYSQL database, created through a php form. One Column is for karma. I have the values of the database table display in an html table, and at the end of each row, I would like a click on a hyperlink, lets say a plus sign, to increase that row's karma level by 1. Then the plus sign would go away.
I should that each row has an auto increment integer as a primary key.