I was wondering if this was possible with PHP or not. I want a blank world map with just outlines of the countries. Then I want to have the countries colored a certain color according to certain stats I'm pulling in from a SQL database. Is this possible to do dynamically(on the fly) with PHP? Thanks so much Mike
Yes this is possible you're going to need one location in each country and then call an imagefill($image, x, y, color); That should get it done.