I have a sql query that returns all the fields in a table:
$registro = mysqli_query($con, "SELECT * FROM agenda ORDER BY procedimento LIMIT $limit, $nroLotes");
My question is, if it is possible, through this query, to add the values of a c...
asked by
18.07.2016 / 05:09