Posts by pppp • 1 point
1 post
-
0
votes3
answers51
viewsQ: The image does not appear on the page
<?php session_start(); include "conexao.php"; $sql = "SELECT * FROM noticia"; $noticia = $conn->query($sql); $conn->close(); ?> <?php include "include/header-adm.php" ?> <!--…