I've created the grid using tables, but can't seem to figure out how to allow the user to select a specific box in the grid. (i.e. user selects 3 boxes, each having xy coordinates, which I would need to store in a database)
Maybe I should not be using tables and instead using divs?
Any help would be appreciated.
NOTE: I'm a newbie to PHP so please don't assume I know much :)