Comment System with PHP and Jquery




The Web has become increasingly interactive and the need to implement something special is necessary. 

This is an Ajax base Comment System and it is an advance script where the users of your websites can easily post their comments or replies on your updates or other information on your website using Ajax, Jquery and PHP.

The comment system uses cookie to store users information on their first time to post a comment, reply to a posted comment or like a comment and these stored information are later saved in the database as the login information for your users.

For a user to leave or post a comment, reply to a posted comment or like a comment, the system will prompt the user to enter his or her Full name and Email Address for identification purpose.

The system uses the email addresses submitted by users at their first time to post a comment, reply to a posted comment or like a comment to identify them whenever they try to perform any further action in the future and as such, users email addresses are unique within the system.

Below are some features of the comment system:

(1) Responsive design

(2) High in security

(3) Users can add their avatar or desired photo for commenting purpose

(4) Enlarge users avatar or photos when clicked on them

(5) Reply to posted comments

(6) Like both comments and replies posted

(7) Email notification for new Replies to users concerned

(8) Send a notification email to admin for every new comment posted for moderation purpose

(9) Nice display of Confirmation Box for comment deletion and logout

(10) Proper validation for empty fields and invalid email addresses

(11) Comments are displayed based on pages where they are posted

(12) No long URLs or contents that extends through the comments box area.

(13) Auto Load more Comments when the page is scrolled down

(14) Nice pagination button for loading replies

(15) Admins can moderate comments by deleting unwanted comments or editing a user comment that is not formatted properly

(16) Smilies support for comments and replies

(17) You can add multiple photos in comments

(18) You can add videos in comments and supported videos are YouTube, Vimeo, Metacafe, Dailymotion and Flickr.

This powerful comment system supports all modern browsers and programming languages used are Ajax, Jquery, PHP and MySqli procedural method for the database queries.