phpbar.de logo

Mailinglisten-Archive

[php] Formular + PHP-Script ?

[php] Formular + PHP-Script ?

Lars Heuer php_(at)_phpcenter.de
Sun, 7 Oct 2001 14:47:22 +0200


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



php::bar PHP Wiki   -   Listenarchive