Hello, I have 3 drop down boxs with months / days/ years I want to convert all of those 3 inputs to a time() format. Any direction on this?
Alex
Try the strtotime() function. I think it will do what you need....
Or [man]mktime[/man].