<?php
mysql_connect ("localhost", "root", "*****");
mysql_select_db ("BBDD");
$var = mysql_query("select * from tabla where status=('')");
while ($row=mysql_fetch_array($BBDD))
{
?>
</font></strong></td>
</tr>
<tr bgcolor="#EAF4FF">
<td height="18"><div align="center"><? echo $row['lote']?></div></td>
<td><div align="center"><? echo $row['area']?></div></td>
<td><div align="right">$ <? echo $row['precio']?></div></td>
<td><input type="radio" name="lotes" value="<? echo $row['lote']?>"></td>
<td> <div align="center"></div></td>
<td>
<?
}
?>
muchas gracias.
![Afirmando](http://static.forosdelweb.com/fdwtheme/images/smilies/afirmar.gif)