<?php

include "db.class.php";

$db = new db();
$date = date('Y-m-d H:i',strtotime("+2 Hours"));

$db->insert("INSERT INTO `fuel_movement`( `tank_id`, `amount`, `status`, `date_time_opened`, `date_time_closed`, `user_id`, `flow_rate`, `pulses`, `client_id`, `order_id`, `company_id`) VALUES (7,0,'AUTHORISED','$date','',0,0,0,0,0,1)");
