Hope you can help me. I have 2 tables in my MqSQL database.
Table 1.
speedywebs_data
cardid
1
2
3
4
Table 2:
Speedywebs_results
resultid / card1 / card2
1 / 2 / 1
2 / 4 /4
my problem is, i want to get all posts in speedywebs_data table, but only cardid's whos not listed in the speedywebs_results cardid1. How can i do that?