-1
Like I have the products bank and the tables,?
-1
Like I have the products bank and the tables,?
1
You can do this using the command JOIN in SQL as shown in the example: https://www.w3schools.com/sql/sql_join.asp
And, if you want to do the same, using PHP, just run a query sql (the Join, in case) in PDO.
Browser other questions tagged php mysql
You are not signed in. Login or sign up in order to post.
Very vague question, do you want to do this directly in the bank or in PHP? Want to put all tables in one? That is, create a table with several columns?
– brunoelyg