how can I fetch image from folder using foreach function

Viewed 14

I can not fetch image from Db folder ,the function foreach causes the problem it didn't fetch the data from folder

foreach($rows as $row):?>
<img src=".img/<?php echo $row['imge']; ?>" width=200 title="<?php echo $row['imge']; ?>">
0 Answers
Related