---
title: "Insert and fetch Multiple Images into one column in Mysql"  
description: "Insert and fetch Multiple Images into one column in Mysql"  
author: "Akya Akya"  
published: 2015-07-23  
updated: 2015-07-23  
canonical: https://www.mindstick.com/forum/23368/insert-and-fetch-multiple-images-into-one-column-in-mysql  
category: "php"  
tags: ["php", "html"]  
reading_time: 1 minute  

---

# Insert and fetch Multiple Images into one column in Mysql

How to [insert](https://www.mindstick.com/blog/173/executing-insert-delete-or-update-query-in-sqlserver-using-ado-dot-net) and [fetch](https://www.mindstick.com/forum/156159/what-is-google-fetch) [multiple](https://www.mindstick.com/blog/12797/iowa-is-expected-to-see-heavy-growth-in-multiple-sectors) [images](https://www.mindstick.com/interview/1067/what-is-the-php-predefined-variable-that-tells-the-what-type-of-images-that-php-support) in [mysql](https://www.mindstick.com/articles/12156/what-is-mysql) using [php](https://www.mindstick.com/articles/12149/php-constant-and-php-variables)?

## Replies

### Reply by Anonymous User

Do you want to save actual image in database or you are saving local path of the image in single column, 1)if you are saving actual image in DB you need to fist convert this into base64 string. and2)if you are saving path(URL) of the string then you can save multiple images using a unique separator character (e.g comma).


---

Original Source: https://www.mindstick.com/forum/23368/insert-and-fetch-multiple-images-into-one-column-in-mysql

Copyright © MindStick Software Pvt. Ltd. This Markdown version is provided for developers, AI systems, and offline reading.
