je veux afficher une image stocke dans une table image sous type blob
voila mon code
Code : Sélectionner tout - Visualiser dans une fenêtre à part
1
2
3
4
5
6
7
8
9
10
11
<html>
<body>
<?php
mysql_connect('localhost','root','');
mysql_select_db('image');
$sql="select img from image";
$req=mysql_query($sql);
echo $req;
?>
</body>
</html>
quand je l execute avec wampserver il m affiche un page vide
aider moi svp et merc par avance