Ver Mensaje Individual
  #3 (permalink)  
Antiguo 19/09/2003, 07:49
atena
 
Fecha de Ingreso: mayo-2003
Ubicación: colombia
Mensajes: 26
Antigüedad: 21 años
Puntos: 0
codigo

esta es la parte donde sale el error hay te va el codigo

$qr = mysql_query("SELECT * FROM arriendos ORDER BY COD3");
$nrows = mysql_num_rows($qr);
for($i=0; $i < $nrows; $i++)
{
$row=mysql_fetch_array($qr);
$aux[$i]=strtoupper($row['MUN3']);
}
__________________
atena