Jul 31, 2012, by admin
Here you will get instructions on how to make and run a chat engine on your website, using a server-side programming language. This article assumes you have substantial technological knowledge.
Steps to make a Chat Room for Your Website Using a Server Side Language1.Install a server-side language such as PHP or ASP if you need to.
2.Create a database table with fields to store a nickname, time and message.
3.Create a user interface with 2 text boxes – one for entering a chat message and other for displaying the chat log.
4.Create the client-side script using Javascript and AJAX techniques. The script should do the following things: