Skip to content

Dotson-Show/Simple-Comment-System

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Simple-Comment-System

This is a simple comment system using AJAX with PHP and MySQL. This Simple Comment System can be implemented on your website easily. It is built using HTML, CSS, JavaScript, jQuery, Ajax, PHP and MySQL.

How it works

  • It is ca comment system that doesn't requir any registration or login.
  • The user just have to input a name and make comment and then the name, date, comment, and a picture showing the first letter of the user's name is displayed.
  • The Admin will also post his own comment the same way, but in this case the name will be displayed as Admin and the comment background color is different showing it's the real admin.
  • If a user types in Admin or admin as his name, the system will reject the comment, so no one can pose as the admin.
  • The Admin have to enter a specific name(Admin123) so the system can recognize him as the admin, this you can change in the code.

How to implement it

If you are installing on an existing site or you aleady have WAMP server or XAMP server or any other SQL database server, skip step 1.

  • Download and install a server such as WAMP or XAMP.
  • Download and unzip Simple Comment System(scs) to the www folder of your server.
  • Go to your browser and type localhost the hit enter.
  • On the localhost page, click on phpmyadmin to create your database.
  • Click on the import and import the file scs_sql.sql then click go, this will create the database and populate it with values which you can delete later.
  • On the localhost page, click on the Simple Comment System folder and the page opens..

Simple Comment System was conceptualized by me, front end and back end all done by me...

About

This is a simple comment system using AJAX with PHP and MySQL

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors