[PHP] IRC SOCKETS

2003-10-07 Thread Paulo Nunes
I am trying to implement a chat to my page. Using reloading is out of the question. I was indicated this technology, iFrame, wich i am liking (does anyone knows better?). But my problem is: how do i manage that everyone sees what user X just wrote and sent? I was checking socket functions, but i

Re: [PHP] IRC SOCKETS

2003-10-07 Thread Burhan Khalid
Paulo Nunes wrote: I am trying to implement a chat to my page. Using reloading is out of the question. I was indicated this technology, iFrame, wich i am liking (does anyone knows better?). But my problem is: how do i manage that everyone sees what user X just wrote and sent? I was checking

RE: [PHP] IRC SOCKETS

2003-10-07 Thread Javier Tacon
Investigate about the pear module Net_SmartIRC, its easy to make things like you said. Javier Tacón. -Mensaje original- De: Paulo Nunes [mailto:[EMAIL PROTECTED] Enviado el: martes, 07 de octubre de 2003 9:19 Para: [EMAIL PROTECTED] Asunto: [PHP] IRC SOCKETS Importancia: Baja I am

Re: [PHP] IRC SOCKETS

2003-10-07 Thread Jason Sheets
If you do this on the server side with PHP you will need to reload or keep a connection open all the time to a web server process. Try using one of the many and free java IRC applets (http://www.freshmeat.net and search for java irc applet). Jason Paulo Nunes wrote: I am trying to implement