Skip to content

Tag: arrays

PHP Encoding JSON Issue

I wanna json encode a PHP array to send it for a server, but the server wants it in this format: [{ “key1”: “value1”, “key2”: “value2”, “key3”: “…