Page 1 of 1

N00b here....Making a floorplan dynamic

Posted: Wed Jan 22, 2003 3:01 pm
by wreed
Ok I have a floor plan and I want to make it dynamic, I have a employee db already too, now on my floorplan each room has a id....how would I go about coding this, by the way its going to be a image map when I make it in Photoshop, and so when someone clicks on a room it will show who is in it and there info, and on the original floor plan it will show who is in each room just by name .......is this possible?

Posted: Wed Jan 22, 2003 4:18 pm
by evilcoder
I wuld say the easiest way would be to make your image map:

Then in the rooms link them like: whois.php?id=1 , 2 , 3 etc etc

Then your whois script queries the database and shoots out who is there.