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
This is giving me errorCode:$query = "select * from table where price BETWEEN $pricerange[0] and $pricerange[2]";
Thanks
Vineet
Bookmarks