I have a excel sheet that has all my info I want to put into a mysql db.
I have a time field in the sheet.
I want to import the sheet into an existing db. In the db there is a time colum but it is in this format 108121200. I wasn't the one who created the php script but I believe he his using the mktime function or something similar. I was curious is there a formula that I can use to change time from 05:00pm to something like above (108121200).
I have 2500 entires to put into the db so I am not looking forward to maunally entering these using a php entry script but possibly a formula I can run in excel to convert and then do an insert into mysql.
Thanks for your help.