SenseiiPikaa
New member
0
0%
8
Months of Service
0%
Is there another way to unconditionally append data from two tables without using ON table1.ID=table2.ID in PDO? This code was supposed to unconditionally merge the data from two tables, but it's not working.