Ok Here it goes:
I am trying to take the input of a date from a form and make it one variable and all I want to do is to put the variables together so:
I am getting the month through a variable called $month
the day through $day and the year through $year
what I want to do is get them to be one variable
so it would be like
$date = Feb12003 instead of $month=Feb, $day=1, $year=2003 as three seperate variables, I know that this is probably very simple to figure out.
Thanks
-JPS