I can not make a loop in the table, it is looping every search in the database.
$dbc = mysqli_connect('senha_adm');
$query = "select carro, barco, aviao, moto, triciclo, velotrou, dataCadastro from agencia";
$result = mysqli_query(...
asked by
01.09.2016 / 16:46