Hi
I'm trying to obtain a user entered date through a form assigned to a variable which is then used in a calculation.
$period = $_GET['month'].' '.$_GET['day'].','.' '.$_GET['year'];
If I echo out the variable it is correct, however the resulting calculation is wrong.
Any ideas???