Chatting System PHP Ajax MySQL JavaScript

Overview

Ingenious is the Webbased Online Chatting System. And its main purpose is who learn programming in PHP. And its have given best priority for Ajax and Java Script. 

Features

  • Multi Login
  • Form validation(image size and type,phone,email and is empty fields) in PHP/JavaScript
  • Add Friends
  • Delete Friend Request 
  • Confirm Friend Request 
  • Unfriend Online Chat

Requirements

  •  PHP 5.5
  •  MYSQL 4.6
  •  Text Editor Software

Instructions

  • Create new database on the PHPMyAdmin and give any name. Then import the chat.sql.
  • Upload chat folder to the your root folder.
  • Edit this file.  (controller/config.php)

$servername = “localhost”;

$username   = “root”;

$password   = “”;

$dbname     = “chat”;

  • Give your server user name, password and database name.

Login Details 

User Name:- [email protected], [email protected], [email protected]
Password:- 12345

Related