/Chat-Application-in-PHP

Chat application are the platforms that enable instant messaging. Many such apps have developed into broad platforms enabling status updates, chatbots, payments and conversational commerce (e-commerce via chat). They are normally centralized networks run by the servers of the platform's operators, unlike peer-to-peer protocols like XMPP.

Primary LanguagePHP

Chat-Application

Installation

  1. Install XAMPP.
  2. Open XAMPP Control Panel and start Apache and Mysql. Make sure they both are started.
  3. Download the code.
  4. Extract to C:\xampp\htdocs.
  5. Now go to localhost/phpmyadmin.
  6. If you first time open phpmyadmin it will ask username and password. Username is root and Password is blank, then hit Go button.
  7. Click on new.
  8. Give a database name as (chatapp) and hit on create button.
  9. After creating database click on import.
  10. Browse the file in directory [C:\xampp\htdocs\Chat-Application-in-PHP\database\chatapp.sql].
  11. Open any browser and type http://localhost/Chat-Application-in-PHP.
  12. Now enjoy the code.:fire:

Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.
Please make sure to update tests as appropriate.