Hi ive got a php script sending me information in the body of an email. The info is kind of in csv format
I am trying to figure out a way to import this into an existing database. Can anyone help me on this?
I can save multiple emails to a text file using outlook but this gives me csv info aswell as headers.....
Code:
name,address,time,date
I am trying to figure out a way to import this into an existing database. Can anyone help me on this?
I can save multiple emails to a text file using outlook but this gives me csv info aswell as headers.....