Hi,
Ich habe es schon mit folgenden Zeilen probiert:
$foo = explode( $row['submittedfields'], chr(10) );
und
$foo = explode( $row['submittedfields'], "\n" );
Ich weiss nicht, was genau du jetzt in $row['submittedfields'] drin stehen hast - aber dass es in chr(10) oder "\n" mehrfach enthalten ist, so dass sich ein "Auftrennen" daran lohnen würde, kann ich mir schlecht vorstellen.
Auch generell gibt es an einem Textstring von nur einem Zeichen Länge wenig aufzutrennen.
MfG ChrisB
--
Light travels faster than sound - that's why most people appear bright until you hear them speak.
Light travels faster than sound - that's why most people appear bright until you hear them speak.