Howdy folks,

How can I write code that will search the database and check the validity of
an email address, and if it's bad, to remove that entry from the database?

Here's a dump one of the tables:

INSERT INTO users VALUES
(1,'','username','[EMAIL PROTECTED]','','','001.gif','Jul 04,
2001','','title','location','text','',0,0,'','','','field',10,'',0,0,0,'',0,
'','Default',4096,0);

ie:
if the email field is bad (test using sendmail?)
remove that entry from the database.

How can I do this?

TIA!

Clayton Dukes
CCNA, CCDA, CCDP, CCNP
Download Free Essays, Term Papers and Cisco Training from http://www.gdd.net




-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]

Reply via email to