php relpace array index numbers with id code example Example: change key with the value php $arr[$newkey] = $arr[$oldkey]; unset($arr[$oldkey]);