ChrisB: Konditionen in Wertzuweisungen

Beitrag lesen

Hi,

So?

<?php
$html = <<<HTML
?>
<table>
<tr>
<th>ID</th>
<th>Name</th>
<th>Vorname</th>
<th>Adresse</th>
<?php
($condition) ? <th>Aktion</th> : ''
?>
</tr>
</table>
<?php
HTML;
?>


> Oder habe ich etwas nicht korrekt verstanden?  
  
Letzteres. Da mischst du jetzt zwei Ansätze - einmal heredoc, und einmal Verlassen des PHP-Bereiches - miteinander.  
Das ist so aber nicht sinnvoll.  
  
MfG ChrisB  
  

-- 
RGB is totally confusing - I mean, at least #C0FFEE should be brown, right?