$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