<?php
// connect to mysql server
include 'connect.php';
include 'Header.php';
$sql = "SELECT * FROM house_picture where Picture_Of = 1";//'".$row['Id']."'";
// the result of the query
$result = mysql_query($sql) or die("Invalid query: " . mysql_error());
$images = $row['Pictures'];
// Header for the image
header("Content-type: image/jpeg");
// echo mysql_result($result, 0,‘imageData’);
print $images;
je recoi contament c erreur kan je veu affiche ma photos sur ht ml “http://localhost/la%20biche%203/Display.php?id=7” ne peut être affichée car elle contient des erreurs.pouvez vous m'aider