Like this:
1st table
Code: Select all
+----+-----------------------------------------------------+
| id | text |
+----+-----------------------------------------------------+
| 1 | Some text here |
| 2 | Some more text here |
+----+-----------------------------------------------------+Code: Select all
+----+--------+---------------------------+
| id | textID | text |
+----+--------+---------------------------+
| 1 | 1 | This is a comment |
| 2 | 1 | This is a comment |
| 3 | 2 | This is a comment |
| 4 | 2 | This is a comment |
| 5 | 1 | This is a comment |
| 6 | 2 | This is a comment |
| 7 | 1 | This is a comment |
| 8 | 2 | This is a comment |
+----+--------+---------------------------+Can anybody help me please?