Posts by Matheus Martins • 51 points
8 posts
-
2
votes1
answer78
viewsQ: How to exclude an element from the array if an equal value already exists?
I am trying to store the ID of some accounts that have been selected by a checkbox, that is I will have an array of all accounts that are selected, but I need that when it is unchecked, delete their…
-
0
votes1
answer211
viewsQ: Manipulate two different values in the same input text React Native expo
Good evening, I am developing a calculator to study component manipulation in React Active, using expo, however I have a logic problem, when I type the first value1, and then select one of the types…
-
-2
votes1
answer98
viewsQ: How to join fields from a php array
Good evening, so I’m facing a problem with an array, my idea is the following, create an array $MESA[IDMESA] and within that array I would have all information about a particular table that is…
-
-1
votes1
answer107
viewsQ: INNER JOIN data mixed in php + json
Good evening, so I’m trying to create a API, and I came across the following problem, I’m not able to group the data from my inner join, follows the code : <?php $json = array(); $db =…
-
-1
votes1
answer135
viewsQ: Android emulator accesses web service by browser but not by APP
Good morning, what happens is the following my emulator accesses my web service by browser at http://192.168. 2.192/index.php, it shows the result of the page, <?php $minha_info = "TESTE JSON";…
-
-1
votes1
answer34
viewsQ: syntax error, Unexpected 'function_construct' WEB SERVICE PHP
Good afternoon, I’m trying to create a webservice but when I run it presents me these errors i have 3 files in this webservice follows the code php access. <?php $xml =…
-
0
votes1
answer270
viewsQ: How to consume a JSON on a localhost webservice with android studio
Good night, so I don’t know if my code is correct so I’m not sure why it doesn’t work, follow my code in android studio package com.example.aplicativoderestaurante; import…
-
1
votes1
answer49
viewsQ: How to write all columns of an SQL table + php
Good afternoon, I’m having a doubt, I wanted to create an echo that showed all columns with a select, my code is as follows <?php $db = 'localhost:F:\Dados\TGA.FDB'; $username = 'SYSDBA';…