Skip to content

aregowe/Bootstrap-4-PHP-Survey

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 

Repository files navigation

This is a project I recently worked on.

Basically, I found myself creating php survey after survey, creating new tables all over the place just for surveys.

I had this thought, let's have just a few tables for all surveys. Keep them all in 1 large repository.

The table structure breaks down like this:

-ZSURVEY : ZSURVEY is where you'll have your header data

-ZSURVEYQ : ZSURVEYQ is where you'll have your questions. These are what the survey-creators will provide.

-ZSURVEYA : ZSURVEYA is where you'll have your answers. These are what the survey-taker will provide.

-ZSURVEYE : ZSURVEYE is where you'll have your options. These are dropdown options, and radio button options.

That's it for table structure! Pretty simplistic.

survey.php is where the main magic happens.

The overall project uses Bootstrap v4.1.0.

About

PHP & MSSQL based survey with Bootstrap 4 driving front end. Updated to Bootstrap 4.1.0

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages