Hello,
I have uploaded some pictures in my database, but when I retrieve them they are not displayed. The rest of the information is well appeared.
This is my image.php file:
<?php
include ('dbconnect.php');
$db = connect();
$id=$_REQUEST['id'];
$stmt = $db->query('select...