TECHNOLOGIES
FORUMS
JOBS
BOOKS
EVENTS
INTERVIEWS
Live
MORE
LEARN
Training
CAREER
MEMBERS
VIDEOS
NEWS
BLOGS
Sign Up
Login
No unread comment.
View All Comments
No unread message.
View All Messages
No unread notification.
View All Notifications
Answers
Post
An Article
A Blog
A News
A Video
An EBook
An Interview Question
Ask Question
Forums
Monthly Leaders
Forum guidelines
dip vyas
NA
227
38.2k
fetch multiple data from database table to select query
Jul 31 2019 11:09 PM
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";
Reply
Answers (
1
)
combo box issue
select query in php for character range slider