Skip to content

pptech-ds/Simplon-Project6-PHP-CHAT

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

32 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Table of Contents

Project-Specification

Project Specification

Pre-requisites

  • HTML5, PHP7 and SQL
  • Create a new SQL Database using your PHPMyAdmin

How-to-use-it

  • From root repo, lanch your PHP server:
php -S localhost:8000
  • and using your browser goto: localhost:8000
  • Or clone this repo in "www" repo of your WampServer and go to this path using your localhost path

Some-Screenshots

  • Chat interface:
    • You need to specify pseudo and message
    • Only last 10 messages will be prompt
    • You have possibility to remove message you have posted by clicking on the red cross on the right
      image
  • In case you dont specify the pseudo or the message warnings will be prompt
    • Both:
      image
    • Only message is missing:
      image
    • Only pseudo is missing:
      image

About

Create a live chat using PHP and SQL

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages