i have value from database column like this ["data string 1.xlsx","data string 2.xlsx"], how i can echo each element so i want get result like this:
- data string 1.xlsx
- data string 2.xlsx
Thanks
i have value from database column like this ["data string 1.xlsx","data string 2.xlsx"], how i can echo each element so i want get result like this:
Thanks