Hi:
I am trying to write a date selected by the user into mysql date column. There are three variables month, day, year.
Here is portion of the code from the script that will insert the data into the DB:
/ create query
$query = "INSERT INTO $table_name (shipperorg, pickupdate...