Ver Mensaje Individual
  #3 (permalink)  
Antiguo 13/09/2007, 17:29
reimonfranco
 
Fecha de Ingreso: febrero-2006
Mensajes: 858
Antigüedad: 18 años, 2 meses
Puntos: 4
Re: duda hacia abajo --

Gracias gatorV

pero me da error.. dice:

Parse error: syntax error, unexpected T_ECHO in C:\Inetpub\vhosts\franco-asociados.com\httpdocs\fotos.php on line 254

Este es mi codigo:

Código PHP:
<?
//mostramos los registros
while ($row mysql_fetch_array($resultado)) {
$cols 9;
$nombre $row["nombre"];
$id $row["id"];
if ( (
$id &#37;5) == 0) {
echo "<tr> 
<td height='17'></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
</tr>
"
;
}
echo 
"
 <td height='107'></td>
 <td colspan='6' valign='top'><a href='ver.php?id=$id'><img src='ver.php?id=$id' width='112' height='107' border='0'></a></td><br>
<td>&nbsp;</td>"
;
}
?>
saludos
__________________
*La amistad se multiplica cuando se divide*