<?php $string = 'key1\value1\key2\value2\key3\value3\key4\value4\key5\value5'; parse_str(preg_replace('/([^\\\\]+)\\\\([^\\\\]+)\\\\?/', '$1=$2&', $string), $output); var_export($output);
You have javascript disabled. You will not be able to edit any code.