From: Andy C. <bng...@gm...> - 2009-12-10 14:14:20
|
You could use something simple like a php script that pulls chat data out of a database. Then access that php script with XMLHttpRequest from within a setTimeout command. That way the chat will refresh without refreshing the browser. You'd have to use another php script to put the chats up to the database and when the post is sent (via XMLHttpRequest), it would save it to the db and refresh the chat. It's a thought. PEACE!!!!!!, Andy Carlson Carlson Technology http://www.carlson-tech.com (815) 200-9303 --------------------------------------------------- "Man's conquest of Nature turns out, in the moment of its consummation, to be Nature's conquest of Man." -- C.S. Lewis On Thu, Dec 10, 2009 at 7:48 AM, junkmail <jun...@2z...> wrote: > Is this for a chat support? If so, there are lots of scripts out there > demonstrating PHP and COMET. This is the best "push" like technology and > is as live as you get for a web browser. > As for the backend, you'll definitely need something specialized no > matter what, but it sounds like the most important part is the "live" > aspect of it all. > > Tom Printy wrote: > > Hello, > > > > Has anyone used a live support script? I have a client that is looking > > for a solution that uses PHP. > > > > Thanks > > -Tom Printy > > > > > > > > ------------------------------------------------------------------------------ > Return on Information: > Google Enterprise Search pays you back > Get the facts. > http://p.sf.net/sfu/google-dev2dev > _______________________________________________ > chiPHPug-discuss mailing list > chi...@li... > https://lists.sourceforge.net/lists/listinfo/chiphpug-discuss > |