Hello,
I\\'m trying to take 3 variables that are imputed through a form:
$month
$day
$year
and convert there values into the unix date format 2000-11-11 and dump it into a database.
How do i take all three variable and correctly combine them to get the 2000-11-11 format.