PHP, HTML, and MySQL Database Help?

justinsbabe5000

New member
I have an HTML form where a user can fill in the fields and submit the form. The results of the form will be displayed on the screen.

What I want to know how to do is allow a user to enter a start year and an end year and display the results where the year is either the start year, end year, or any year in between. How do I do that? What will my select statement be? Let's say select * from table where....
 
Back
Top