Hi Guys, I have webspace that will allow me to use php and everything, I have no restrictions from the server, so what i want to do can be done in the simplest way possible, whatever that may be...

Basically I want to build a scoreboard

I want a simple grid system, with names of players on the x and y axis, and the relevent squares greyed out so that a player cant play himself. I was hoping to have it so that if you left click in the box, it adds 1 to the total of that box, then if you right click it removes 1.

Has anyone got or done or know how to do something like this. I think the way to do it is to make a table in html then in each square of the table have a little line of php that when clicked, it adds 1 to a variable saved in a notepad file, and displays that variable in its place. Please can someone help me here. I am very very new to php.

Is this the way to do it?
Thanks