I have 1000 no of email in a text document. My database table has two fields namely "ID" and "email" where id is auto increment. Now i want to import the 1000 email to email field in the database. Therefore the table has 1000 rows. How to do it. Please help me...