hi i have a form where the user will enter the data based on the user input i want to retrieve data
ex
1st textbox one get the standard (class of the student)
2nd & 3rd textbox get the range (ex rank 1 to 10)
when the user clicks submit...i want to display all the student name ,rank,class
table
id(primary key)
name
table
id
rank
........
i want to know how to fetch datas from database based on the three condition..which is dynamic