hi,
Mein Problem ist jetzt - wo füge ich diese Schleife ein?
Im Prinzip möchte ich die komplette Ausgabe (z.b. -Schoko -Kiwi)
in die Variable $mailbody einfügen.
dann verwende doch einfach sowas wie
$mailbody = '';
foreach ($problem as $wert) {
$mailbody .= "-".$wert;
}
oder, vielleicht noch einfacher: schau dir mal implode() an.
gruß,
wahsaga
--
"Look, that's why there's rules, understand? So that you _think_ before you break 'em."
"Look, that's why there's rules, understand? So that you _think_ before you break 'em."