dobtco / formbuilder

[Needs Maintainer] Formbuilder is a small graphical interface for letting users build their own webforms.
http://dobtco.github.io/formbuilder/
MIT License
1.84k stars 488 forks source link

Form Builder #208

Open perumalprabhup opened 8 years ago

perumalprabhup commented 8 years ago

how can i able to get the json data and stored in to a data base

max-kk commented 8 years ago

use this php code: $json_data = file_get_contents('php://input');