Re: [PHP-DB] Need Help on Chat Program!!!!!

2001-11-08 Thread Kodrik
What I do is have an invisible frame that checks the timestamp of the last update to the chat against your last refresh timstamp. If it's superior, I refresh the chat list. I actually make this check without a call to the database, if you have 100+ chatters, check calls to the db can become heav

[PHP-DB] Need Help on Chat Program!!!!!

2001-11-08 Thread kelvin
Hi everyone, I have designed a chat program which used a refresh function to update the chat list every 10 second. But How can I perdict the flicker screen, or Can anyone tell me how to re-write the program so everytime people send message to the chat box, the chat box will not flicker at all