Kammerbulle 0 Newbie Poster

I live in a small town where we have a fair a couple of times a year.

Last year two programming students wrote a booking system for us in PHP. I am rusty when it comes to PHP, but I think it would be fun to try to improve the program. It would be great with a map of the market area with a checkbox for each stall, when you book a place for your stall you check the desired box.


I guess I should draw the map in SVG so that the checkboxes end up in the right place regardless of scaling. What is the easyest way to place a large number of checkboxes on the right position?

Thanks for any suggestions or ideas!