Hi, i have an array but my prblem is..i've got duplicated values.....
heres the array.
$combo = array(
"flatten" => "pull",
"flatten" => "pull_hard",
"flatten" => "push",
"flatten" => "push_hard"
);
but he only shows me one record.....beceause i got equal names in it....is there a way to prevent this ?
-Galo