Basically I want to put "todays" year, month, day into two fields ... something like the following. Tried varients of but cant get it right
"INSERT INTO film_out (start_year, start_month, start_day), (end_year, end_month, end_day) VALUES ('$year', '$month', '$day') "