PHP Intelligent Feedback Form

Overview

PHP Intelligent Feedback Form provides a simple web based user interface to users for providing their feedbacks. The form takes user feedback  as input and computes the overall sentiment of the feedback by using state-of-the sentiment analysis algorithm. It then sends the provided feedback and its sentiment (Positive, Negative or Neutral) to the provided email.This form can be used for businesses and organizations that want to automatically analyze the feedback of their user.

Features

  • Functionality of computing sentiment of the feedback
  • Sending feedback and its sentiment to the provided email
  • Easy to use and integrate

Instructions

  • Copy the provided code to the htdocs folder of xamp server directory
  • Change email configurations as mentioned in config/send_email.php file
  • Start the project using your server

Related