Building map

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
RIGOLETO
Forum Commoner
Posts: 37
Joined: Fri Nov 20, 2009 10:13 am

Building map

Post by RIGOLETO »

Hi there,

I asked this some moths ago and nobody answer, but I thinking I didn't ask correctly, well I have written a program to control the hardware in my company, also I am storing the IP of all coputer in my company building, well I need a PHP program to show a BULDING MAP of all those coputer in my bulding, just I have some maps ON VISIO and my idea is call that map using PHP and show the IPs on a specifica are, so I would like to know if someone has experience with building maps , if so I really appreciate your help and comments related with this issue..

Thanks in advance

RIgoleto
User avatar
Christopher
Site Administrator
Posts: 13596
Joined: Wed Aug 25, 2004 7:54 pm
Location: New York, NY, US

Re: Building map

Post by Christopher »

This sounds like a HTML CSS problem. Probably you want to absolutely position the computer images over the map image. You might want to check to see if there is a drag-and-drop example that you can use to get the coordinates. Perhaps jQuery (or other Javascript library) has something like this.
(#10850)
Post Reply