I am creating a scheduling system for my schools athletics. What I am trying to do is insert a season into a database from one form. This season will have multiple games each going into is own entry in a database.
I have read a few threads and they have used an array of inputs and use a foreach and implode to insert the values into a DB. That works fine for what I am doing except for the date time as I have to process them with mktime and I am just confused on how to get the array to mktime and then back to the array that I can insert into the Db.
Should I put the times in there own array and then process them into a timestamp
then append the timestamp to the array that contains the opponent location etc. or how. I can post some code or page if need be.
thanks
tom