Ver Mensaje Individual
  #5 (permalink)  
Antiguo 19/04/2006, 08:46
Avatar de claudiovega
claudiovega
 
Fecha de Ingreso: octubre-2003
Ubicación: Puerto Montt
Mensajes: 3.667
Antigüedad: 20 años, 6 meses
Puntos: 11
Que tal una opcion sin usar echo(), que se dice más rápida:

Código PHP:
<?php
   
if($algo="algo")
   {
?>
<form action="Php/entrada.php" method="post" name="acceso" id="acceso">
<table width="95" border="0" cellpadding="0" cellspacing="0">
<tr>
<td valign="top">&nbsp;</td>
</tr>
....
</form>
<?php
   
}
?>