grudz
06-16-2005, 06:49 PM
Hi,
I have this code
$sm = $_POST['sent_m'];
$sd = $_POST['sent_d'];
$sy = $_POST['sent_y'];
$sent = "".$sy."-".$sm."-".$sd."";
that comes from 3 drop down boxes (month, day, year)
how do i take that info and add 30 days to it?
thank you
I have this code
$sm = $_POST['sent_m'];
$sd = $_POST['sent_d'];
$sy = $_POST['sent_y'];
$sent = "".$sy."-".$sm."-".$sd."";
that comes from 3 drop down boxes (month, day, year)
how do i take that info and add 30 days to it?
thank you