<?php  
    $images= $uploading['front_image'];
    $whileimg= explode(",", $images);
    foreach ($whileimg as $key => $image) {
        echo  $uploading["front_image"];          
    }
?>
In database I have my images saved in one column(2,3,4 it depends). now when I want them all to show in web ,Instead of images I get the path of the photos, as are saved in database. thank you
                        
To display images, you have use img tag