Possible Duplicate:
Implementing Server Push
I want to send a message to the client from php to javascript when some event happens at the server side like for instance the user table is modified or something like this. When the event occurs, the server sends it to the client..How can I implement this ?
If possible without using html5