Cita:
Iniciado por GatorV
Pues es simple:
Código PHP:
Ver originalecho "cosas";
if ($algo > 0 ) {
echo "otras cosas";
}
echo "mas cosas";
Saludos.
eehh?? de nuevo gracias!!
PERO EN MI CASO QUISAS ES RECOMENDABLE LEER MI PROBLEMA PARA PODER DARME RESULTADOS!! COMO APLICO ESO MISMO Q DICES EN EL SIGUIENTE CODIGO??
Código PHP:
Ver original1.
if ($anios_debe > 0 ){
2.
// Muestreo de tabla dentro de la busqueda.
3.
echo "<form>";
4.
echo "<table border='1' align='center' align='center'>
5.
<tr><th align='center'>Impuesto ".$año."</th>
6.
<th> ". ($unidad*$factor) . "</th>
7.
[B][U]<tr><th align='center'>Multa ".$año."</th>
8.
<th> ". $multa . "</th>[/U][/B]
9.
<tr><th align='center'>Descuento ".$año."</th>
10.
<th> ". $descuento . "</th>
11.
<tr><th align='center'>Pago Impuesto Años Anteriores</th>
12.
<th> ". $monto_aa . "</th>
13.
<tr><th align='center'>Multa Años Anteriores</th>
14.
<th> ". $multap . "</th>
15.
<tr><th align='right'>TOTAL</th><th> ". $total1 . "</th>
16.
17.
</tr>";
18.
19.
echo "</table>";
20.
echo "</form>";
21.
}
ESO MISMO PERO OCULTAR EL CAMPO MULTA SI ESTA EN 0 PERFECTO LO ENTIENDO!!
PERO COMO LO METO Y LO MUESTRO EN EL MOYEJERO ESE Q ESTA AYI??
GRACIAS DE NUEVO POR EL INTENTO DE AYUDA!! DE VERDAD AGRADECIDO POR SU INTERES