<?php $string = 'a="b" c="d" e="f"'; parse_str(str_replace(['"',' '],['','&'],$string),$out); var_export($out);
You have javascript disabled. You will not be able to edit any code.