I have uploaded multiple images and path of all the images have been stored together.
Using explode I have separated them and now I wish to echo them in a c
explode
while($row = mysqli_fetch_assoc($result)) { echo""; echo ""; echo ""; echo ""; echo""; }
Used like that it will work