
06/01/2005, 06:26
|
 | | | Fecha de Ingreso: septiembre-2004
Mensajes: 186
Antigüedad: 20 años, 5 meses Puntos: 2 | |
GRACIAS POR TU RESPUESTA
CUANDO LO CORRO LOCALMENTE SI SE VE PERO EN EL SERVIDOR NO
<tr>
<td valign="top" bgcolor="#E6E6E6"><?php do { ?>
<p align="left"><span class="Estilo3">CODIGO:</span> <?php echo $row_Recordset1['Id']; ?></p>
<p align="left" class="Estilo1"><strong>NOMBRE:</strong> <?php echo $row_Recordset1['nombre']; ?><br>
<strong>CIUDAD:</strong> <?php echo $row_Recordset1['ciudad']; ?> <br>
<strong>CONTACTO DESEADO: </strong> <?php echo $row_Recordset1['descripcion']; ?> </p>
<hr align="left">
<?php } while ($row_Recordset1 = mysql_fetch_assoc($Recordset1)); ?></td>
</tr>
<tr> |