Código PHP:
$query=mysql_query("
SELECT * FROM preguntas
where id_pregunta>=$rango_min && id_pregunta <=$rango_max
ORDER BY id_pregunta ASC
");