php - Transfer data from one field to another adding some symbols between each single one -


title may misguiding explain want achieve here.

i have table in database has data. data id's skills. id=3 -> java, id=15 -> php.

tbl_skills 3, 15, 28 5, 14, 12, 20 

what want give value each skill represent how knows language.

i want :

tbl_skills_evaluated 3:50, 15:60, 28:45 5:34, 14:80, 12:73, 20:90 

i want copy tbl_skills data , add " : " after each id, dont care number after " : " now.

i want in php. ideas people?


Comments

Popular posts from this blog

javascript - RequestAnimationFrame not working when exiting fullscreen switching space on Safari -

Python ctypes access violation with const pointer arguments -