preg split text in 3 teile
$reg_muster = (txt + wort als trennung + txt);
$zerlegt = preg_split ( $reg_muster , $row[text] );
$zerlegt ist das array 3 teile
Ausgabe
array( ->text 1 [1] suchwort [2] text2)
Ich brauche nur $reg_muster das ist mir zu hoch
Danke für Hilfe
$zerlegt = preg_split ( $reg_muster , $row[text] );
$zerlegt ist das array 3 teile
Ausgabe
array( ->text 1 [1] suchwort [2] text2)
Ich brauche nur $reg_muster das ist mir zu hoch
Danke für Hilfe
Bitte markiere auch die Kommentare, die zur Lösung des Beitrags beigetragen haben
Content-ID: 91396
Url: https://administrator.de/contentid/91396
Ausgedruckt am: 15.11.2024 um 01:11 Uhr