jmaccs64 Posted August 26, 2006 Share Posted August 26, 2006 I Have two tables...TABLE1Usernames | PasswordsJoe | flgjdlsfkgjJohn | dfsgasdfgMike | 2342342TABLE 2Usernames | Vote OptionJoe | 2John | 3How can use table 1 to tell me who has not voted in table 2??Thanks Link to comment https://forums.phpfreaks.com/topic/18760-please-help-compare-tables/ Share on other sites More sharing options...
pocobueno1388 Posted August 26, 2006 Share Posted August 26, 2006 Add a row called 'voted?' to table 1, and when the user votes have it update 'voted?' to yes. Link to comment https://forums.phpfreaks.com/topic/18760-please-help-compare-tables/#findComment-80925 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.