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
$sql = "SELECT * FROM register_office WHERE id='".$idd."'";
This can only select 1 item from database.