|
Posted by Pedro Graca on 10/09/06 11:17
elia wrote:
> I would like to show a line in a tabel in html if there is quantity of
> article choosed.
>
> My code is:
<? if ($quantite1 > 0) {
echo <<<LINE
<tr>
<td align="left" nowrap="nowrap">Article 1</td>
<td align="center">$quantite1</td>
<td align="center">20 €</td>
<td align="center">$montant1 €</td>
</tr>
LINE;
//}
//else{
//echo("");
}
?>
--
File not found: (R)esume, (R)etry, (R)erun, (R)eturn, (R)eboot
Navigation:
[Reply to this message]
|