I want to develop a good chat in my page, I know how to program in php, actionscript 2 and 3, and how to manage MySQL databases.

So, given that I know to program, what do you suggest? Any good tutorials for making one? good open source projects? Implication of using this technologies in chats?

link|improve this question

possible duplicate of How to make a web live chat? PHP? – Artefacto Jul 5 '10 at 20:43
see also stackoverflow.com/questions/1302271 – Artefacto Jul 5 '10 at 20:43
feedback

2 Answers

up vote 2 down vote accepted

I would recommend you use IRC - this way you don't have to worry about the server aspect.

Also, you should take a look at this Ajax-based IRC PHP Client:

http://ajaxian.com/archives/mibbit-ajax-based-irc-client

link|improve this answer
feedback

Take a look at this for how other people have implemented something similar. Perhaps consider an IRC backend to avoid creating your own system.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.