I used two file to display image.In second file to fetch image
<img src="img1.php" height="100" width="100"> In this i get single image.
And your answer is <img src="imq/. $row['img']" > where i write this code.
And where i make folder img.
i want to fetch mutiple image from database. but from my code get single
code . I send code also to u .
<img src="img1.php" height="100" width="100"> In this i get single image.
And your answer is <img src="imq/. $row['img']" > where i write this code.
And where i make folder img.
i want to fetch mutiple image from database. but from my code get single
code . I send code also to u .
Comment