phpbar.de logo

Mailinglisten-Archive

[php] Syntaxproblem bei echo

[php] Syntaxproblem bei echo

Cyrill Schumacher php_(at)_phpcenter.de
Sun, 9 Sep 2001 17:33:12 +0200


> Weiss jemand wie es noch kürzer geht?
> <OPTION value="<? echo $hst["hst_key"]; ?>"<?
if($hersteller==$hst["hst_key"]) echo " selected"; ?>><? echo
$hst["hst_desc"]; ?></OPTION>

<OPTION value="<?= $hst["hst_key"]; ?>"<?

echo ($hersteller==$hst["hst_key"]) ? ' selected' : '';

?>><?= $hst["hst_desc"]; ?></OPTION>

kiri
________________
8307 305 165 1781





php::bar PHP Wiki   -   Listenarchive