Creating a form builder, how to implement the backend PHP Laravel MYSQL -


i'm trying create system users able create questionnaires, ways envision cumbersome create , don't seems efficient.

when user specifics:

  1. one txt field.
  2. one multiple choose ( string, string, string )
  3. etc

how save data database in efficient way. there tutorials on this?

thanks time.

this laravel 5 example should best choice. create questionnaire app based on example should easy.


Comments

Popular posts from this blog

php - Passing multiple values in a url using checkbox -

compilation - PHP install fails on Ubuntu 14 (make: *** [sapi/cli/php] Error 1) PHP 5.6.20 -

sql - Postgresql tables exists, but getting "relation does not exist" when querying -