Require a video sample demonstration of group chat in AJAX PHP.

Asked By 0 points N/A Posted on -
qa-featured

Does AJAX PHP allow grope chat? I am looking for a video sample of group chat in AJAX PHP which includes step by step instructions to follow on.

SHARE
Answered By 0 points N/A #168217

Require a video sample demonstration of group chat in AJAX PHP.

qa-featured

Hello,

To create a chat application using PHP and Ajax you should consider the following outline:  You should set up a Login page and create a database where you will save the members.  You have to create a method that will collect information about logged member and you should have a chat interface that is user friendly. The interface should display the last messages via toggling using  jQuery.  Put all the libraries in inc folder, the Javascripts in the js folder and all templates in the folder template. Finally, you should consider safety issues to prohibit intruders from breaking into your system. There are so many videos that will help you create a chat application using AJAX and PHP.

A good video tutorial:

Another good tutorial:

I hope this is helpful.

Related Questions