Posts by Paulo Lara • 67 points
13 posts
-
-2
votes3
answers198
viewsA: How to add data from an array or json in PHP
I made this json array go to Android and there I dealt with Java, and making it return with Volley for every player filter I wished. Thankful.
-
0
votes0
answers43
viewsQ: Volley error PHP Android Studio, not recognizing the POST
I’m having problems with the connector or Android. I really don’t know. I already use Volley in other activities but had never given this problem. Can anyone help me in this? Returns who did not…
-
-2
votes3
answers198
viewsA: How to add data from an array or json in PHP
I got with the code below just get the sum TOTAL of each action. I need to get the sum per player. Can help? $stmt1 = mysqli_query($conn, $sql1); $totalPasses = 0; $totalChuteg = 0; $totalPerdid =…
-
0
votes3
answers198
viewsQ: How to add data from an array or json in PHP
Hello, I have a PHP array with data coming from the database, so it’s not static data, it changes. I need to add the wrong passes, goal kicks, etc of each player and save in a variable, because I…
-
0
votes1
answer599
viewsA: As popular several select
I solved it. It always uses the name of the previous select as a request in the PHP code that will popular the next select. In the first select it uses direct PHP. In the second select, it takes the…
-
1
votes1
answer599
viewsQ: As popular several select
I managed to make the second select (player) automatically load according to the first selected (tournament). I need to make the third (game) load according to the second. In my case, I have a team,…
-
1
votes1
answer185
viewsA: How to load SQL Server data into a combobox in Android Studio using Volley?
Here is the solution, as Andrei proposed. Thank you. Aqui popula o spinner com dados do banco. private void loadSpinnerData(String urlSpin) { final ArrayList<String> listaTorneios = new…
-
2
votes1
answer185
viewsQ: How to load SQL Server data into a combobox in Android Studio using Volley?
Currently, for testing purposes, I am using a spinner, but I now want to implement the data that comes from the BD. Is it possible to put in this same spinner or should I create another application?…
-
1
votes1
answer68
viewsQ: Android + Volley + PHP Connector Does not insert data into SQL Server database
I’m trying to input data from an Android application into the SQL Server database, and I’m using Volley and PHP Nector. The connection is ok, and searches usually appear on the device screen. I need…
-
0
votes2
answers58
viewsA: Android + Volley with PHP connector returns error!
I switched the "localhost" for the IP and worked the connection and the search, however I still can not enter data in SQL Server. Here is my code below: <?php include_once "conexao.php";…
-
1
votes2
answers58
viewsQ: Android + Volley with PHP connector returns error!
I am trying to connect and send a registration, via PHP Nector, from my Android application to SQL Server on the local computer. It’s returning "Error!" because it looks like Volley doesn’t see the…
-
1
votes0
answers44
viewsQ: APP terminates unexpectedly on smartphone
Below is the code and the logs. I try to run, but always closes the app unexpectedly. It closes without showing the error image or inserts in the bank. package... imports public class Cadastro…
-
0
votes0
answers22
viewsQ: The app terminates unexpectedly when I run the database
I made an application in Android Studio that inserts into the sql server database some registration data. When I give a send, the app closes unexpectedly. package imports public class…