je veux afficher une image stocke dans une table image sous type blob
voila mon code
quand je l execute avec wampserver il m affiche un page vide
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>
aider moi svp et merc par avance
Partager