Skip to content
Advertisement

is there another way to get the image from DB to Dynamic Carousel?

I have seen many people have posted the same question but non of their answers have worked. I have used bootstrap to create a Dynamic Carousel that gets the image from the path that stored in the database folder (uploadimages/news/) and I have used foreach to iterate over arrays. the issue is when I uploaded an image it won’t appear in the Dynamic Carousel. here is the output

JavaScript

Advertisement

Answer

Check your carousel with static images.

Also the images should be uploaded properly in the folder and their paths be inserted in the database. The way you address a tag is important link.

And its better to change the name of uploaded images.

User contributions licensed under: CC BY-SA
7 People found this is helpful
Advertisement