How would I create a simple php chat application?

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

Hey,

I would like to add a PHP chat application to my website so I can chat with people in real time. I would like to use PHP and jQuery to create this. Is this one of the simplest software's available? Or would I be better suited to something else?

SHARE
Answered By 10 points N/A #173747

How would I create a simple php chat application?

qa-featured

Hello Helen,

You are definitely on the right track by choosing PHP and jQuery to create the chat application to be integrated on your website.

PHP will be used for server side interaction and jQuery will be used to fetch the latest messages with refreshing the chat window itself.

I am providing with some helpful resources that will help you get started –

  1. Sample application with code snippet to develop a basic chat application – It uses HTML, CSS, PHP, SQL
  2. Building a jQuery/PHP Powered Chat Room – It uses HTML, CSS, PHP, jQuery and file store based backend

You can combine the best of both resources to develop your own application.

You may as well have a look this video –

Hope this helps you get started.

Regards,

Mclean Buono

Related Questions