Hey everyone,
I have the following varaibles:
$_POST
$_POST
$_POST
I need them to be put into a string format such as '2012-02-15' (Year-Month-Day).
Could someone please help me do this in php?
I've tried a few times but can't connect them with the "-" successfully.
Thanks for your help.