tendria que hacer esto:
Código PHP:
Ver original<?php switch($_GET['tipobusqueda']) {
case "9": echo ' <div id="bus">
<ul id="bus">
<form action="busporprecios.php" method="post">
precio 1
<input name="precio1" type="text" size="20" maxlength="20" /><br />
precio2
<input name="precio2" type="text" size="20" maxlength="20" />
<input type=submit value="xprecio">
</form><br></ul>
</div>';
?>
<?php $query=("Select * from inventario where in_venta_iva between '$precio1' and '$precio2'"); ?><?php ';
break;