ID: 7074 Updated by: sniper Reported By: [EMAIL PROTECTED] Old-Status: Feedback Status: Closed Bug Type: MySQL related Assigned To: Comments: No feedback, considered fixed. --Jani Previous Comments: --------------------------------------------------------------------------- [2001-01-09 14:48:12] [EMAIL PROTECTED] what is the problem with the code? please, provide the _shortest possible_ scipt reproducing the erroneous behavior, along with a description of the problem. also, though there are probably people speaking Spanish among PHP developers, bug reports in English will surely catch more attention, and probably be solved faster than reports written in other languages, so try to use English in future bug reports. finally, please read http://bugs.php.net/bugs-dos-and-donts.php --------------------------------------------------------------------------- [2000-10-06 19:00:51] [EMAIL PROTECTED] <?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> --------------------------------------------------------------------------- ATTENTION! Do NOT reply to this email! To reply, use the web interface found at http://bugs.php.net/?id=7074&edit=2 -- PHP Development Mailing List <http://www.php.net/> To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] To contact the list administrators, e-mail: [EMAIL PROTECTED]