Page 1 of 1

Admin screen that sends refreshed info to a remote screen

Posted: Wed Feb 27, 2008 4:40 pm
by Zero20two
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!

Re: Admin screen that sends refreshed info to a remote screen

Posted: Thu Feb 28, 2008 10:41 pm
by hawkenterprises
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