Recents in Beach


Online Survey System in PHP MySQL with source code



The Online Survey System is a simple project that can assist a school, company, or any other entity that conducts surveys in its area. There are two categories of users in the system: administrators and subscribers/users. The admin is the user role that has the ability to create new users and manages all of the system's data. The subscribers/users are the users of the system who respond to the survey. To design a survey questionnaire, the system offers a basic form builder option. For the type of inputs on how users/subscribers answer the questions, the survey form builder only has three options. The radio buttons, checkbox, and text area are the 3 main ways. The radio button will be used if the survey question only has one (1) answer choice, whereas the checkbox will be used if the survey question has many answers from which the user/subscriber can choose. The dynamic survey question, such as the comment, will be served by the text area. The system generates a printable report for each survey set's results.

Online Survey System

Language Used:      PHP

Database Used:      My SQL

Design Interface:    Bootstrap JavaScript, HTML, Ajax, JQuery,

Browser:                  Opera Mozilla Google Chrome IE8, Safari, and more.

Software:                 WAMP/ XAMPP/ LAMP/MAMP

About System

 

How to setup this project

Step 1st. Download xampp

Step 2nd. Text editor notepad++ or Sublime

Step 3rd. Download the zip file/ Download winrar

Step 4th. Extract the file and copy “survey”

” folder

Step 5th. Paste inside root directory/ where you install xampp local disk C: drive D: drive E: paste: for xampp/htdocs,

Step 6th. Open PHPMyAdmin http://localhost/phpmyadmin

Step 7th. Create database name survey_db

Step 8th. Import survey_db.sql file given inside the zip package in SQL file folder

Step 9th. Run the script http://localhost/ survey

Step 10th. Password: username:admin / password :admin123

 

System Images

 


 



Post a Comment

3 Comments

Unknown said…
new surveys not showing, when logging through new user. Please fix this
Unknown said…
new surveys can't be accessed once created - Fatal error: Uncaught DivisionByZeroError: Division by zero in C:\xampp\htdocs\survey\view_survey_report.php:78 Stack trace: #0 C:\xampp\htdocs\survey\index.php(40): include() #1 {main} thrown in C:\xampp\htdocs\survey\view_survey_report.php on line 78
Unknown said…
new surveys not showing, when logging through new user. Please fix this

try opening the file survey_widget.php , them on the line 22 , delete de $survey , and paste this
query("SELECT * FROM survey_set");
while($row=$survey->fetch_assoc()):
?>