PHP ImageMapper
by Nick Yeates

state:
state:
- Welcome Screen -


What is an Image Map? A picture on a webpage (html file actually) that has invisible shapes 'drawn' on it. These shapes can link to other webpages when clicked on with a mouse.

What does PHP Image Mapper do? This application allows you to visually create your own client-side Image Maps. At the end, it will give you the HTML code to insert the imagemap into your own webpage.

To start, you need an image...


Enter path and name of picture:

Examples:

Good:

  • test.jpg
  • c:/program files/test/city.tif
  • ../classInv/visualization/fa/floor0/fafloor0floorPlan.gif
  • http://www.mysite.com/images/carparts.gif

Bad:

  • test
  • c:\program files est\
  • /../classInv/visualization/fa/floor0/fafloor0floorPlan.gif
  • www.mysite.com/images/carparts.gif