Posts by Neo • 532 points
53 posts
-
0
votes2
answers850
viewsA: webservice php+json
I realized that I need a group and a subgroup in the matrix. What would that look like... { "test":9999, "test": 99999, "test":"LINDL0001", "items":[ { "item1DoTeste1":{ "item1":"123", "item2": 11,…
-
1
votes2
answers850
viewsQ: webservice php+json
Hello! I would like help to integrate with webservice via url, for example: $list_result = '{"titulo": '. '[{"id":$id_primary}'. ']}'; $json = json_encode($list_result); //echo $json; //API Url $url…
-
1
votes1
answer47
viewsQ: Make appmobile website available on playstore
I need a quick solution to an urgent need, would like to create a website with web languages, and make it an android app and make it available on playstore. Has anyone ever done it, or tell me which…