phpbar.de logo

Mailinglisten-Archive

[php] Echo-Ausgabe Fehler

[php] Echo-Ausgabe Fehler

Christoph Schönian php_(at)_phpcenter.de
Mon, 15 Apr 2002 09:46:35 +0200


> <?php if($kat==1){ $zylkat = $zylinder . ', Motor mit Kat'; }else{
> $zylkat = $zylinder; } ?>
> <INPUT "WIDTH: 160px" maxlength=2 size=24 name=zylinder
> value="<?php echo "$zylkat"; ?>">
>
Ist da einer noch nicht wach?

$kat==1 ? $zylkat = $zylinder.', Motor mit Kat' : $zylkat = $zylinder;
<INPUT style="WIDTH:160px" maxlength="2" size="24" name="zylinder"
value="<?=$zylkat?>">

gruesse cs


php::bar PHP Wiki   -   Listenarchive