Type I have the bank products and the tables, I want all these tables to be in just one how can I make it easier?
Type I have the bank products and the tables, I want all these tables to be in just one how can I make it easier?
You can do this using the JOIN command in SQL as shown in the example: link
And if you want to do the same, using PHP, just run a sql query (the join, in this case) in the PDO.