I have two computers on seperate floors in the office. As a VIP arrives, I need to click the name on my admin screen at the registraion desk that will display (on the remote screens) the name of the person and a picture of them.
These people may arrive so fast though that when a name is clicked and displayed, it needs to move to the side of the screen as soon as a new name is clicked and displayed. In other words I need to continually display the people who have arrived but the newest arrival needs to be enlarged.
I am fairly new to PHP so be gentle...
Thanks!
Admin screen that sends refreshed info to a remote screen
Moderator: General Moderators
- hawkenterprises
- Forum Commoner
- Posts: 54
- Joined: Thu Feb 28, 2008 9:56 pm
- Location: gresham,oregon
- Contact:
Re: Admin screen that sends refreshed info to a remote screen
Hey this link might of be of help
http://www.geekpedia.com/tutorial145_PH ... MySQL.html
Basically your looking for some type of AJAX wizardry to do what you want
http://www.geekpedia.com/tutorial145_PH ... MySQL.html
Basically your looking for some type of AJAX wizardry to do what you want