hi und guten abend,
$text=""wolli", "wolli"";
$input = array ($text);
==> array(0=>'"wolli", "wolli");
$neuesArray = explode(',', $text);
....
-----------------------
.-´-:: flobee :: -´
-.
-----------------------
hi und guten abend,
$text=""wolli", "wolli"";
$input = array ($text);
==> array(0=>'"wolli", "wolli");
$neuesArray = explode(',', $text);
....
-----------------------
.-´-:: flobee :: -´
-.
-----------------------