Retrieve multiple key array from to mysql in key value pair
i have the data below store in mysql database, but I having problem to retrieve in desire form here is my data id key value 1 contact_0_type phone 2 contact_0_value 1234567890 3 contact_1_type email 4 contact_1_value [email protected] this is query…