????

Your IP : 216.73.216.174


Current Path : /home2/morganrand/www/store/
Upload File :
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']);

?>