vinpkl
04-24-2015, 07:09 AM
Hi
I did explode on price range values.
It gave me two values.
But I am not able write those values in mysql query.
How will i write query with those two exploded values
$query = "select * from table where price BETWEEN $pricerange[0] and $pricerange[2]";
This is giving me error
Thanks
Vineet
I did explode on price range values.
It gave me two values.
But I am not able write those values in mysql query.
How will i write query with those two exploded values
$query = "select * from table where price BETWEEN $pricerange[0] and $pricerange[2]";
This is giving me error
Thanks
Vineet