filling colors on a map - PHP
- by jeremy
I am trying to determine how to fill colors onto a map - such as the "Risk" board game map.
I've done this before with HTML tables, by pulling an HTML color code from a SQL table and then just using it to fill the cell the color I want it.
But for a non-square map, I'm not sure where to look.
I have created a very simple two color map - its…