Posts by Deivison • 9 points
1 post
-
-1
votes1
answer37
viewsQ: Implode is not working right
I’m using this code include_once('../conexao.php'); $query = "SELECT titulo FROM info"; $result = mysqli_query($conexao, $query); $titulo = mysqli_fetch_assoc($result); <input type="text"…