markmil2002
04-18-2004, 05:46 PM
I was wondering how I go about testing for the @ in an e-mail address before sending it to my database
Email addressmarkmil2002 04-18-2004, 05:46 PM I was wondering how I go about testing for the @ in an e-mail address before sending it to my database wengwashere 04-18-2004, 10:31 PM if ur asking how to validate the @ in ur email address : if INSTR(1,UrEmailAddress,"@") = 0 then 'Insert it to ur db else 'Invalid Email Add end if |
EZ Archive Ads Plugin for vBulletin Copyright 2006 Computer Help Forum