Hello,
This should be pretty basic, but I'm terrible with date and time functions. Basically I wrote a little script that captured the date as a string like "July 3, 2007". Well, now I'd like to take all the information recorded and put it into another database as unix time (I'm wanting to migrate my personally written scripts into a more robust pre-written forum script).
I think I need to use mktime(), but I'm not sure how to convert the string date above into something useable for mktime(). Any ideas?