Ver Mensaje Individual
  #1 (permalink)  
Antiguo 14/01/2006, 13:09
Avatar de pereztroff
pereztroff
 
Fecha de Ingreso: junio-2002
Ubicación: En la Internet.
Mensajes: 4.068
Antigüedad: 21 años, 10 meses
Puntos: 5
select correcto

de las siguientes lineas que select es el mas correcto??

Código PHP:
$contar "SELECT * FROM propiedades WHERE precio BETWEEN $precio1 AND $precio2 LIMIT $inicial,$cantidad "

$contar "SELECT * FROM propiedades WHERE (precio >= '$precio1') AND (precio <= '$precio2')  LIMIT $inicial,$cantidad "