Posts by Robson • 95 points
2 posts
-
3
votes1
answer872
viewsQ: Change Mysql column information with UPDATE
In summary through PHP below I can send the specific information already recorded in the column in the BD, only that, in addition to just "sending" the data there, I would like a function that…
-
6
votes1
answer187
viewsQ: I cannot display the SQL value
I am trying to start a connection to the Mysql database and it works, but when I ask PHP to display what is there nothing appears. It’s like the connection to the BD had failed. <?php //…