Hi~ karl~:blush:
Can the embed gallery display the picture uploaded on the MySQL DB?
I would like to display it in the latest order using embed gallery on several gallery boards posted on MySQL DB.
https://youtu.be/1NiJcZrPHvA
X3 Photo Gallery Support Forums
Yes of course. Many websites still use DB, because the application itself is built with DB.TristanJo wrote:There are still many websites that use mysql db in Korea.
Only because you want to re-use the data stored in your existing application, which Embed does not know about.TristanJo wrote:It would be better if you could show your embedded photo gallery with all the pictures posted on the website db.
I'm not quite sure what you mean. Regardless of mysql or non-mysql, you still need to store ALL images on disk. If you have 10.000 images in a single folder, or have them spread into folders, what's the difference? With mysql, it means you need to create hash-based names "i435uyt.jpg" etc, else names will crash.TristanJo wrote:When I created hundreds of folders, I felt that there was a limit to the upload method, and the problem was that I was the only one who could upload it.
Of course, for communities and forums, and even most gallery websites, mysql database is better ... because you want to store logic and features alongside each image. This is not the case for Embed or Files gallery. And even if it was, you can't just cross-mix different applications using the same database to access photos.TristanJo wrote:If you create a photo community, it won't be easy for users to upload photos.