$values = array();
while($root = mysql_fetch_array($res)){
$root["prefix"] = $this->get_prefix($root['position']);
}
return $values;
I am getting the output as >>,position name
But I want... >>position name... is it possible to remove the comma.