Ok I have a 2 table database.
One table called contacts and another table called user_info.
Each table has a field called "email"
There are 80 entries in "user_info" and 400 in "contacts".
I want to take the info from user_info and check if that email address is in contacts and if it is add "Regestered" to the field "Status" in the "contacts" table otherwise I want it to add "Unregistered" Is there an easy way to do this? Or would someone whip up a small php script for me?