Tema: dw+php+mysql
Ver Mensaje Individual
  #9 (permalink)  
Antiguo 09/07/2007, 16:02
seres
 
Fecha de Ingreso: junio-2007
Mensajes: 10
Antigüedad: 16 años, 10 meses
Puntos: 0
Re: dw+php+mysql

lo ultimo------
<?php if ($totalRows_rssearch > 0) { // Show if recordset not empty ?>
<p class="Estilo15">RESULTADOS </p>
<p class="Estilo15 Estilo16">&nbsp;N&uacute;mero de registros encontrados: <?php echo $totalRows_rssearch ?> </p>
<form id="form2" name="form2" method="get" action="">
<table border="0" bordercolor="#006666">
<?php do { ?>
<tr bgcolor="#000066">
<td><div align="center" class="Estilo4 Estilo5 Estilo8">
<div align="center" class="Estilo12">Cod</div>
</div></td>
<td><div align="center" class="Estilo11">
<div align="center">Nombre</div>
</div></td>
<td colspan="2"><div align="center" class="Estilo11">
<div align="center">Documento</div>
</div></td>
<td colspan="2"><div align="center" class="Estilo11">
<div align="center">Monto</div>
</div></td>
<td class="Estilo11">Girador</td>
<td><div align="center" class="Estilo11">
<div align="center">F.Prot</div>
</div></td>
<td><div align="center" class="Estilo12"><span class="Estilo7">Estado</span></div></td>
<td><div align="center" class="Estilo12"><span class="Estilo7">F.Reg</span></div></td>
</tr>
<tr bgcolor="#006666">
<td><div align="center"><span class="Estilo18"><?php echo $row_rssearch['cod']; ?></span></div></td>
<td><div align="center"><span class="Estilo18"><?php echo $row_rssearch['aceptante']; ?></span></div></td>
<td><div align="center"><span class="Estilo18"><?php echo $row_rssearch['t_doc']; ?></span></div></td>
<td><div align="center"><span class="Estilo18"><?php echo $row_rssearch['numdocum']; ?></span></div></td>
<td><div align="center"><span class="Estilo18"><?php echo $row_rssearch['moneda']; ?></span></div></td>
<td><div align="center"><span class="Estilo18"><?php echo $row_rssearch['monto']; ?></span></div></td>
<td class="Estilo18"><div align="center"> <?php echo $row_rssearch['girador']; ?></div></td>
<td><div align="center"><span class="Estilo18"><?php echo $row_rssearch['fecha_prot']; ?></span></div></td>
<td class="Estilo18"><div align="center"><?php echo $row_rssearch['estado']; ?></div></td>
<td class="Estilo18"><div align="center"><?php echo $row_rssearch['fecha_arreglo']; ?></div></td>
</tr>
<tr>
<td height="23">&nbsp;</td>
<td>&nbsp;</td>
<td>&nbsp;</td>
<td>&nbsp;</td>
<td>&nbsp;</td>
<td>&nbsp;</td>
<td>&nbsp;</td>
<td>&nbsp;</td>
<td>&nbsp;</td>
<td>&nbsp;</td>
</tr>
<?php } while ($row_rssearch = mysql_fetch_assoc($rssearch)); ?>
</table>
</form>
<p class="Estilo19">&nbsp;
<?php
# variable declaration
$prev_rssearch = "« anterior";
$next_rssearch = "siguiente »";
$separator = " | ";
$max_links = 5;
$pages_navigation_rssearch = buildNavigation($pageNum_rssearch,$totalPages_rsse arch,$prev_rssearch,$next_rssearch,$separator,$max _links,true);

print $pages_navigation_rssearch[0];
?>
<?php print $pages_navigation_rssearch[1]; ?> <?php print $pages_navigation_rssearch[2]; ?></p>
<?php } // Show if recordset not empty ?></td>
<!-- InstanceEndEditable -->
<td width="13">&nbsp;</td>
<!-- InstanceBeginEditable name="body" --> <!-- InstanceEndEditable --></tr>
<tr>
<td height="765">&nbsp;</td>
<td>&nbsp;</td>
<td>&nbsp;</td>
</tr>


</table>
<td></td>
<tr>
<td height="15"></td>
<td>
<td></td>
<td></td>
<td></td>
</table>
</td>
<td>&nbsp;</td>
<td colspan="2" valign="top">&nbsp;</td>
<td></td>
</tr>



<tr>
<td height="4"></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
</tr>

<tr>
<td height="15"></td>
<td></td>
<td></td>
<td colspan="3" valign="top">&nbsp;</td>
<td></td>
<td></td>
</tr>
</table>
</div>
</body><!-- InstanceEnd --></html>
<?php
mysql_free_result($rssearch);
?>