Does anybody know what function will turn a string into an array where key & value are contained in the string?
example:
$string = "LED: no LED\nCustom Text: \nText Position: Bottom Centre\nColor: Blue"
into array:
[LED] => no LED
[Custom Text] =>
[Text Position] => Bottom Centre
[Color] => Blue
Regards
Hebs



Reply With Quote

Bookmarks