Click to See Complete Forum and Search --> : Php Chat Rooms


Jick
03-25-2003, 04:31 PM
I was wundering if anybody knew of any good PHP chat rooms that would be eaise for the user to use and eaise for me to install. And none of those stupid page refresh chat rooms I want it to be in real time. Thankz. :D

AdamGundry
03-27-2003, 01:42 PM
As PHP basically serves HTML pages (or perhaps other static content types), it is probably near impossible to have a realtime chatroom - HTTP requires the client to refresh, as a connection is not open continuously like in chat.

A better solution for realtime chat is Java, if that is available on your host.

Adam

cscartman
03-28-2003, 07:35 PM
its possible but most use frames im makeing one javascript/php javascript for cookies php for form handleing and righing to mysql its not the greatest chatroom at this time but im working on learning php,javascript,mysql just a beginner