Ver Mensaje Individual
  #3 (permalink)  
Antiguo 18/12/2006, 09:23
Avatar de franklin85
franklin85
 
Fecha de Ingreso: octubre-2006
Mensajes: 103
Antigüedad: 17 años, 6 meses
Puntos: 0
Re: problemas con mi sistema de busqueda

ok gracias cleek, coloque el codigo pero ahora no me vota ningun resultado solo me muestra lo sgte:

Código PHP:
<table>
<tr><td colspan="25"><em>Existen <b><? echo $iid?></b> resultados, para su criterio de b&uacute;squeda</em></TD></tr>
<tr>
<td colspan="6">
    <table><tr>
    <td class="linkboxl" onMouseOver="high(this);" onMouseOut="low(this);" onClick="window.location.href='./buscar2.php?offset=<?echo $prev?>';" nowrap>&nbsp;<a href="./buscar2.php?offset=<?echo $prev?>" class="menu"><strong>&lt;&lt; <?echo $item_perpage?> Anteriores</strong></a>&nbsp;</td>
    <td class="linkboxl" onMouseOver="high(this);" onMouseOut="low(this);" onClick="window.location.href='./buscar2.php?offset=<?echo $next?>';" nowrap>&nbsp;<a href="./buscar2.php?offset=<?echo $next?>" class="menu"><strong><?echo $item_perpage?> Siguientes &gt;&gt;</strong></a>&nbsp;</td>
    <td class="linkboxl" onMouseOver="high(this);" onMouseOut="low(this);" onClick="window.location.href='./buscar2.php?offset=<?echo $prev?>';" nowrap>&nbsp;<a href="./index.php" class="menu"><strong>Inicio</strong></a>&nbsp;</td>
    </tr></table>
</td>
</tr>
</table>
y donde va
Código PHP:
<? echo $iid?>
me muestra el total de registro que hay en la base de datos mas no me muestra el total del resultado de la busqueda. te agradeceria muchosi me puedes ayudar.
Gracias.