Retrieve data from sql database and display in tables - Display certain data according to checkboxes checked
问题 I have created an sql database(with phpmyadmin) filled with measurements from which I want to call data between two dates( the user selects the DATE by entering in the HTML forms the "FROM" and "TO" date) and display them in a table. Additionally I have put, under my html forms, some checkboxes and by checking them you can restrict the amount of data displayed. Each checkbox represent a column of my database; so along with the date and hour column, anything that is checked is displayed(if