ich möchte dies in einen array speichern
$variable= "xyxwewe-sdadsadasd-fsadfasds-asdasdasd";
$egebnis = explode("-", $variable);
ok, dass ist schonmal alles kein Problem.
Jetzt möchte ich aber wissen wieviele Teile es gibt,
also, dass in diesem Fall 4 herauskommt.
Wie mache ich das ?
$variable= "xyxwewe-sdadsadasd-fsadfasds-asdasdasd";
$egebnis = explode("-", $variable);
ok, dass ist schonmal alles kein Problem.
Jetzt möchte ich aber wissen wieviele Teile es gibt,
also, dass in diesem Fall 4 herauskommt.
Wie mache ich das ?
Kommentar