I am a Web Noob, but I am using a JSON Feed for a app I am making. I want the JSON to be able to have objects added to it by office people. So how would I use a html form to have objects added to a json file then saved (JSON will be on a server)?
Share
hope this would help
you can use either json_decode for decoding values or you can just insert these values into hidden elements and fetch it on your php code on just submit as normal form data
for more details just follow the link
http://php.net/manual/en/function.json-decode.php