flobee: array_unique Problem

Beitrag lesen

hi und guten abend,

$text=""wolli", "wolli"";
$input = array ($text);

==> array(0=>'"wolli", "wolli");

$neuesArray = explode(',', $text);
....

-----------------------
.-´-:: flobee :: -´-.
-----------------------