Hello I have a application that has an insert query (using a mysql database) and I am having an issue with trying to combine three fields with a dash . Here is my code can anyone please help me out with what else I need to add or point me to somewhere that explains how to combine field's in a query...... '{$_POST['PO_Year']}-{$_POST['PO_Month']}-{$_POST['PO_Day']}' Thanks- Khris