Mailinglisten-Archive |
Hey Lars, Danke, hat super funktioniert.... Grüße an alle Rico ----- Original Message ----- From: "Lars Heuer" <heuer_(at)_quixs.com> To: <php_(at)_phpcenter.de> Sent: Sunday, October 07, 2001 2:47 PM Subject: Re: [php] Formular + PHP-Script ? > Hallo, > > > $txt = "Name = $name"; > > $txt .= "Adresse = $adresse"; > > [...] > > Der eigentliche Sinn des o.g. Konstrukts sollten Zeilenumbrüche sein, > also: > > $txt = "Name = $name\n"; > $txt .= "Adresse = $adresse\n"; > [...] > > > Du kannst Dir natürlich auch den String in eins zusammenbasteln: > > $txt = "Name: $name\nAdresse: $adresse\n"; > > > Gruß, > Lars > > -- > quiXS! | http://www.quixs.de > utopiXS! | http://www.utopixs.de | digitale Postkarten > > -- > ** http://www.php-center.de ** > Die PHP-Liste: mailto: php_(at)_phpcenter.de > http://lists.phpcenter.de/mailman/listinfo/php
php::bar PHP Wiki - Listenarchive