Problem is that, to identify the invalid email addresses (i have an email table in db with the coloumns email addresses and status). If the user enters invalid email address, that particular account has to be flaged(status=0). How to do this in php?
Help is appreciated
Thanx


