On this page I select the book id to display it and then refresh the visits field by incrementing it.
<?php
if(isset($_GET['id']))
{
$id = $_GET['id'];
}
$livros = mysqli_query($conexao, "SELECT nome, descricao, imagem, download,
vis...
asked by
29.10.2018 / 21:09