Re: [PHP] comparing 2 mysql tables

2001-08-24 Thread Sheridan Saint-Michel
heridan Saint-Michel Website Administrator FoxJet, an ITW Company www.foxjet.com - Original Message - From: "Tom Churm" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Friday, August 24, 2001 8:52 AM Subject: [PHP] comparing 2 mysql tables > hi, > > i'

[PHP] comparing 2 mysql tables

2001-08-24 Thread Tom Churm
hi, i've got 2 different MySQL tables. i need to check which entries in the text-field 'User' in one table are NOT present in the 'User' field in the other table. then i need to either save this array to a textfile or otherwise prepare it for creating a new, third table. any hints on how this