|   | php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login | 
| 
 PatchesPull Requests | |||||||||||||||||||||||||||
|  Copyright © 2001-2025 The PHP Group All rights reserved. | Last updated: Fri Oct 31 04:00:01 2025 UTC | 
Disculpe-- la versi?n que utilizo es PHP? <?php for ($n=0; $n<=10; $n++){ } $result = mysql_query("SELECT * FROM Empresa where Actividad ='$Actividad' && Revisar ='1' ORDER BY Empresa LIMIT $n"); if ($row = mysql_fetch_array($result,$n)){ echo "<td><p align='center'>Se han encontrado $n registros relacionados con $Actividad...!</p></td>"; do { echo ("<B>              Raz?n Social</B>     :  <TD>$row->Empresa</TD>\n"); echo("<br>"); echo ("<B>              Direcci?n</B>           :  <TD>$row->Direccion</TD>\n"); echo("<br>"); echo ("<B>              Tel?fono</B>            :  <TD>$row->Telefono</TD>\n"); echo("<br>"); echo ("<B>              Email</B>                 :  <TD><A href=mailto:$row->Email>$row->Email</A></TD>\n"); echo("<br>"); echo ("<B>              P?gina Web</B>       :  <TD><A href=http://$row->Pagina>$row->Pagina</A></TD>\n"); echo("<br>"); echo("<B>              Actividad</B>           :  <TD>$row->Actividad</TD>\n"); echo("<br>"); echo ("<B>              Ciudad</B>               :  <TD> $row->Ciudad</TD>\n"); echo("<hr>"); }//do while ($row = mysql_fetch_array($result,$n)); }//if while ( list($row_number, $row_array) = each($query_result_array){ echo("<A HREF=buscar.php3?Actividad=$Actividad>Pr?ximos 10</a></p></td>"); } ?> <html> <div align="center"><center> <table border="0" cellpadding="0" cellspacing="0"> <tr> <td><a href = "idatos.htm">Ingresa tu empresa a nuestro directorio<a></td> <td width="100"><p align="center"> <a href="index.html" target="_top"><img src="Graficos_aps/portal.gif" border="0" width="26" height="30"></a></td> <td><a href = "tuempresa.html">Haz click aqu? para modificar tus datos</a></td> </tr> <tr> <td></td> <td width="100"><small><p align="center"></small> <small>Principal</small></td> <td></td> </tr> </table> </center></div> </html>