I need to load images from a MySql database using PHP, and then put inside a tag in HTML, I am not getting using this code:
$con = mysqli_connect("localhost","roberto","","");
$query = ("select imagem from FOTOS_PRODUTOS where id = 1");
$image...
asked by
18.11.2016 / 16:31