I needed a help in PHP My Admin about synchronizing fields in different tables and in the same database. For example:
Database: Test
Test Table1
columns:
- col1
- col2
Test table2
columns:
- col1
- col3
It needed that, when values were inserted in table 1, table 2 would have column 3 null and columns 1 would be equal.
Note: I use PHP My Admin version 4.7.4