Re: [PHP] Adding a realtime monitoring console

2004-09-06 Thread Eric Emminger
Hi Kelly, Assuming the app always attempts communication with registered listeners, and then must timeout and unregister a dead listener...at that point aren't we just at my preferred solution: socket communication? I don't know much about sockets, so I couldn't say. If the console will

Re: [PHP] Adding a realtime monitoring console

2004-09-03 Thread Eric Emminger
Kelly, The most appealing method (in my mind) is to develop a socket protocol that allows the application to communicate with the console. The drawback here seems to be that the console will not usually be active, and I'm concerned that attempting to establish a connection will impose too

Re: [PHP] custom tags

2004-07-06 Thread Eric Emminger
Hi George, How about this? parse the html as xml and replace the component tags with whatever php/html code output that result to a file include the file from previous step Eric On Tue, 6 Jul 2004 15:56:26 -0500, George Lantz [EMAIL PROTECTED] wrote: I am looking for a way to parse custom

Re: [PHP] MySql DB access upon browser close

2004-07-06 Thread Eric Emminger
Hi Frank, I think you could use window.location=test.php?time=xxx in the onUnload instead of opening a new window. Eric On Mon, 5 Jul 2004 14:08:14 -0400, Frank Voorburg [EMAIL PROTECTED] wrote: Hi, Any help with the following is appreciated. I want to use php to store the time that a