Posts by Mateus Antunes • 31 points
3 posts
-
0
votes1
answer64
viewsA: UPDATE does not work with data from a POST
Guys, I got a solution. I added a check and it’s working. <?php require('../configs/conect_apostas.php'); $id=$_SESSION['id']; $selectOption = $_POST['selectOption']; $dadosAlterar =…
-
0
votes1
answer64
viewsQ: UPDATE does not work with data from a POST
I am getting the data from a POST and trying to update a mysql table, but UPDATE does not work at all. If I use as described below, just replace the values with empty. <?php…
-
3
votes1
answer80
viewsQ: Run function in android app when a button on a web page is pressed
I have an app (developed in android studio) that gets data from the accelerometer. Now I need to make a web page with a button, when the button of the web page is clicked, the data of the…