Is it possible to take a list say of email addresses e.g. <!-- e --><a href="mailto:[email protected]">[email protected]</a><!-- e -->,[email protected],[email protected]
and add them to a table in one SQL statement??
Where the table would have fields of
Email_address
active
date_added
or would I have to convert the list into an array and cycle through that and add each individually???
and add them to a table in one SQL statement??
Where the table would have fields of
Email_address
active
date_added
or would I have to convert the list into an array and cycle through that and add each individually???