<?php
$interests=array(2=>"music",5=>"movie",1=>"cmputer","software");
var_dump(key($interests));
var_dump(current($interests));
?>