Questions tagged as 'update'

0
answers

UPDATE that is done after sending the next UPDATE

The problem only happens to me in the field "inputs_available". I try to do an UPDATE and what happens to me is the following: I run the following UPDATE query: UPDATE evento_lugar SET entradas_disponibles = 12 WHERE id_evento = 1; What...
asked by 04.05.2018 / 10:20
0
answers

Why is my table in mysql not updated using php?

I've been trying to update a mysql table that I have on phpmyadmin without success. The data that I enter to update this table if they manage to be sent by the POST method to another php page but can not be updated in the table. While you set de...
asked by 04.05.2018 / 17:51