faqts : Computers : Programming : Languages : PHP : kms

+ Search
Add Entry AlertManage Folder Edit Entry Add page to http://del.icio.us/
Did You Find This Entry Useful?

2 of 6 people (33%) answered Yes
Recently 2 of 6 people (33%) answered Yes

Entry

Can PHP send an update signal (popup screen) to other users when a user makes a request on a game?

Jul 16th, 2001 11:36
Rich Cavanaugh, sheeta laputa,


No, PHP really couldn't do that. This is more of a client side issue.
What you could do is have a small frame (or iframe) that, using 
javascript or meta tags, would reload every minute or so. If you use a 
PHP script as the source of that from you could then check databases or 
files for updates and send back the appropriate javascript to popup a 
window.