????
| Current Path : /home2/morganrand/www/store/ |
| Current File : /home2/morganrand/www/store/setShipDate.php |
<?php
include('includes/application_top.php');
$shipdate = $_REQUEST['shipDate'];
$_SESSION['shipdate'] = strtotime($shipdate);
echo "YOUR CURRENT ESTIMATED SHIP DATE IS: ".date('F j, Y',$_SESSION['shipdate']);
?>