In a varibale I have the repeated values
$variable= "1,2,3,4,5,6,7,8,9,1,2,3,4,8,9,1,2,3";
there is some php functionality that allows to eliminate the repeated values =
I did the test with array_unique($variable);
but I get a mis...
asked by
28.02.2018 / 18:06