0
Great pleasure to be here.
I would like some information. What would be the most correct form or name to make a tool like this:
I would like to make a filter in the database using check boxes on the front. Where I select 4 boxes from the same bank and return me the results of the related lines.
As if it were the Excel filter.
I already have access to sql database . I already imported Excel with CSV only missing the relationships of the first columns and the results
You need to take the value of the filters, and use it in PHP to create a query for the databank using these values in a SELECT. And try to show some code you’ve already done, it’s easier to answer the question.
– Sumback
Basically it’s a simple filter, but what exactly is the question? has the frontend part (javascript) and backend (php/sql), what already has of code and what the doubt?
– Ricardo Pontual