fetch multiple row data from database table.
i create select query to fetch data. below is my code
- $query = "SELECT * FROM diamond_tbl WHERE price BETWEEN '".$_POST["minimum_range"]."' AND '".$_POST["maximum_range"]."' ORDER BY price ASC";
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Amit KumarPosted Aug 1, 2019, 12:01 AM