This works:
$array = array(\'geeks\', \'for\', \'computer\'); $element = $array[1];
But how do I get $which element from an array as in exa