Thanks for the previous help. I now have my map working and rewrote the PHP to fit into one big file which is accessed via GET calls.
The countries can be selected by checkboxes or clicking on part of the imagemap drawn around the respective country area. The map does show small countries such as Monaco, San Marino and Vatican City, as one pixel large. I'm now displaying my map at full size of 1425 X 600 pixels however even at this size the one pixel size countries are too small to see.
I would like to add zoom or magnifying glass functionality to my application. I looked at the GD documentation and sourceforge but it is not immediately apparent how to make a zoom function so user can see one pixel size countries and even click on them. I don't want to use the free flash zoomify application because I think that would interfere with my simple image map and coding, although I suppose I could be wrong about that
Any suggestions? Thanks in advance.