In my old table i have something like:
a:2:{i:9281;a:2:{s:3:"tag";s:11:"hahahahahah";s:7:"tag_url";s:11:"hahahahahah";}i:11082;a:2:{s:3:"tag";s:18:"hohoh hahahahahah";s:7:"tag_url";s:18:"hohoh-hahahahahah";}}
now i want to export that into another table, but in a format like
{"8643":{"tag":"hahahahahah","tag_url":"hahahahahah"}}
I have no idea how ... and it is cold and late and ...
a:2:{i:9281;a:2:{s:3:"tag";s:11:"hahahahahah";s:7:"tag_url";s:11:"hahahahahah";}i:11082;a:2:{s:3:"tag";s:18:"hohoh hahahahahah";s:7:"tag_url";s:18:"hohoh-hahahahahah";}}
now i want to export that into another table, but in a format like
{"8643":{"tag":"hahahahahah","tag_url":"hahahahahah"}}
I have no idea how ... and it is cold and late and ...