I have over 60 images for my website's gallery. I would like the website to read the image names from a csv file rather than writing all the code by hand. Is that possible? If yes, should I use PHP or Javascript to do that?.
Asked
Active
Viewed 40 times
2 Answers
0
Welcome to stack overflow,
You can use PHP to read the csv file. you can refer below link.

Vikas Sonichya
- 125
- 1
- 6
0
you can use python to read the csv and can use exec function to include it in php page

itsvinit
- 73
- 2
- 8