<?php $a = "a74b8c0d3845e7"; preg_match_all("/[\d]+/", $a, $numbers); preg_match_all("/[a-z]+/i", $a, $strings); $c=array_combine($strings[0],$numbers[0]); print_r($c);
You have javascript disabled. You will not be able to edit any code.