Multiple form fields into one mysql field?

Discussion in 'Programming' started by Josh-H, Jul 31, 2007.

  1. #1
    $released = $_POST[day];$_POST[month];$_POST[year];

    How would I structure that correctly? As that just means:

    $released = $_POST[day];

    So how do I do it?

    +REP to all helpers.

    EDIT: SOLVED NOW.

    Please close
     
    Josh-H, Jul 31, 2007 IP