I want to convert this string: ["5b09e23972929.png", "5b0a7f1361a00.png"] that I get from my MySQL database into an sequential array. The reason is I want to remove single parts of the string. So $string[0] should have the value 5b09e23972929.png is this case.
-
How did that get into your DB? You shouldn't store structured content like that.user3783243– user37832432018-05-27 19:54:42 +00:00Commented May 27, 2018 at 19:54
Add a comment
|