Example #1
0
    	session_start();
    }*/
    require_once('../../../_config/config.php');
    //require_once('../../../_controller/isset_controller.php');
    require_once('../../../_classes/order_class.php');
    require_once('../../../_classes/localisation_class.php');

    $classOrder = new ORDER;
    $classLocalisation = new LOCALISATION;

    $order_id = mysql_real_escape_string($_REQUEST['id']);

    $viewOrdersByIdCall = $classOrder->viewOrdersById($order_id);
    $rowOrder = mysql_fetch_array($viewOrdersByIdCall);

    $getVoucherByOrderIdCall = $classOrder->getVoucherByOrderId($order_id);
    $rowVoucherDet = mysql_fetch_array($getVoucherByOrderIdCall);

    $dateTime = new DateTime("now", new DateTimeZone('Asia/Colombo'));
    $submitted_date = $dateTime->format("Y-m-d H:i:s");

    $currentDate = date("F j, Y, g:i a");


?>

<div style="width:400px; height:auto; margin:0 auto; margin-top:40px;">
<table width="100%" border="0">
    <tr>
        <td colspan="2" style="width:300px; height:69px;"><img src="../../../../_images/logo.jpg" width="300"
                                                               height="69" alt="dfsdfds"/></td>