Ver Mensaje Individual
  #2 (permalink)  
Antiguo 11/05/2004, 13:25
Avatar de Reynier
Reynier
 
Fecha de Ingreso: noviembre-2002
Ubicación: Por ahí en algún sitio
Mensajes: 1.844
Antigüedad: 21 años, 4 meses
Puntos: 1
Estás seguro ?'

Estás seguro que esas líneas estas entre los tags de PHP? Porque me parece que si están entre los tags de PHP deberían darte error, pues fíjate en esto:
Código PHP:
<?php
 
<td rowspan="2" valign="top">'.include('barra_right.php').'</td>
?>
a esto:
Código PHP:
<?php
 
<td rowspan"2\" valign=\"top\">'".include('barra_right.php')."'</td>
?>
además creo que eso debería ir dentro de un echo así
Código PHP:
<?php
 
echo "<td rowspan='2' valign='top'>'".include('barra_right.php')."'</td>";
?>
Salu2
__________________
Ing. Reynier Pérez Mira