Tema: syntax error
Ver Mensaje Individual
  #4 (permalink)  
Antiguo 08/07/2009, 15:34
Avatar de ACX_POISON
ACX_POISON
 
Fecha de Ingreso: abril-2008
Ubicación: Talca-Chile
Mensajes: 750
Antigüedad: 16 años, 1 mes
Puntos: 7
Respuesta: syntax error

que tal asi, no lo entiendo bien...
Código PHP:
echo '<tr  style="margin-left: 50"></tr> '
trata de utilizar la menor cantidad de echo
ej.
Código PHP:
echo"<tr>";
echo
"<td>hola</td>";
echo
"</tr>";

//mejor

echo'
<tr>
<td>hola</td>
</tr>'

__________________
Me junto con los que Saben, Queriendo Saber.