mysqli - Validate E-Mailadress Mysql Insert -


is possible validate emailadress when insert in mysqldatabase? , insert want test if email exist in database. must test 2 things emailgroup , emailadress.

this mysql insert:

$sql=" load data local infile '$datei' table empfaenger fields terminated '$spaltentrennzeichen' lines terminated '\n' ignore 1 lines ($sqlstring) set emailliste      = '$emailliste', status          = 'aktiv' "; 


Comments

Popular posts from this blog

c# - DetailsView in ASP.Net - How to add another column on the side/add a control in each row? -

javascript - firefox memory leak -

Trying to import CSV file to a SQL Server database using asp.net and c# - can't find what I'm missing -