Admin screen that sends refreshed info to a remote screen

Not for 'how-to' coding questions but PHP theory instead, this forum is here for those of us who wish to learn about design aspects of programming with PHP.

Moderator: General Moderators

Post Reply
Zero20two
Forum Newbie
Posts: 9
Joined: Wed Feb 13, 2008 11:51 am

Admin screen that sends refreshed info to a remote screen

Post 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!
User avatar
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

Post 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
Post Reply