Does anyone have suggestions for the following scenario?
Imagine an image created dynamically by the client using the GD library. Let's say they are able to add boxes connected by lines. Each box, depending on user input represented an individual address. After the images are created, we would like to have the client be able to click on any of the images and go to a URL unique to that box or line(i.e. webpage for real estate available at that address and road conditions from say DOT).
Any suggestions how you could provide dynamic image creation and modify the imagemap simultaneously?
Ryan...