Log in

View Full Version : Is it difficult to make php chat ?



zoffmann
03-27-2008, 01:49 PM
Hi,

I am just wondering if it is difficult to make own php based chat, and are there any examples which I can use and learn from?

best regards
zoff

Master_script_maker
03-27-2008, 03:11 PM
well, how do you want it? People registering and logging in to chat, just input their name for display, actively update with ajax, store in mysql or a flat file. It can be anywhere from simple to complex. If you want examples of some,http://www.hotscripts.com/PHP/Scripts_and_Programs/Chat_Scripts/index.html, or tutorials for some, here (http://www.hotscripts.com/PHP/Scripts_and_Programs/Chat_Scripts/index.html).