Says I have an error in analysis in the else but I do not see error, can you help me?
<?php
$conn = new mysqli("localhost","root","","antetodopopayan");
$sql = "UPDATE informacion SET estado = 1 WHERE estado = 0";
$result = mysqli_quer...
asked by
28.12.2018 / 16:06