hallo welt!
ich habe einen string
'subject "hallo welt" "ich bin da"'
diesen string zerlege ich mit explode:
$teile = explode(" \"", $string);
daraus sollte ich doch eigendlich die 3 teile
subject
hallo welt"
ich bin da"
bekommen, oder? ich bekomme nämlich
subject
hallo welt
ich bin da"
Darum die frage wo zur hölle ist das " nach hallo welt hin?!
ich habe einen string
'subject "hallo welt" "ich bin da"'
diesen string zerlege ich mit explode:
$teile = explode(" \"", $string);
daraus sollte ich doch eigendlich die 3 teile
subject
hallo welt"
ich bin da"
bekommen, oder? ich bekomme nämlich
subject
hallo welt
ich bin da"
Darum die frage wo zur hölle ist das " nach hallo welt hin?!
Kommentar