Vehicle Search






Vehicle Details Lookup



Online MVRTMS Vehicle Details Lookup





prepare($sql);
$stmt->bind_param(“ss”, $veh_reg_date, $dis_name);
$stmt->execute();
$result = $stmt->get_result();

// Display the results
if ($result->num_rows > 0) {
echo “

“;
echo “

Vehicle Details

“;
echo “

“;
echo “

“;
echo “

“;
while ($row = $result->fetch_assoc()) {
echo “

“;
echo “

“;
echo “

“;
echo “

“;
echo “

“;
echo “

“;
echo “

“;
echo “

“;
echo “

“;
echo “

“;
echo “

“;
echo “

“;
echo “

“;
echo “

“;
echo “

“;
echo “

“;
echo “

“;
echo “

“;
echo “

“;
echo “

“;
echo “

“;
echo “

“;
echo “

“;
echo “

“;
echo “

“;
echo “

“;
echo “

“;
echo “

“;
echo “

“;
echo “

“;
echo “

“;
echo “

“;
echo “

“;
echo “

“;
echo “

“;
echo “

“;
echo “

“;
echo “

“;
echo “

“;
echo “

“;
echo “

“;
echo “

“;
echo “

“;
echo “

“;
echo “

“;
echo “

“;
echo “

“;
echo “

“;
echo “

“;
echo “

“;
echo “

“;
echo “

“;
}
echo “

“;
echo “

Vehicle Registration Number ” . $row[‘VEH_REG_NO’] . “
Vehicle Registration Date ” . $row[‘VEH_REG_DATE’] . “
District Name ” . $row[‘DIS_NAME’] . “
Chasis ” . $row[‘VEH_CHASIS_NO’] . “
Engine ” . $row[‘VEH_ENGINE_NO’] . “
Body Type ” . $row[‘BODYTYPE’] . “
Color ” . $row[‘COLOR’] . “
Engine Size ” . $row[‘VEH_ENGINE_SIZE’] . “
MAK_NAME ” . $row[‘MAK_NAME’] . “
Maker Name ” . $row[‘MKR_NAME’] . “
Vehicle Name ” . $row[‘VHC_NAME’] . “
Vehicle Owner Name ” . $row[‘OWN_NAME’] . “
Vehicle Tax Paid Upto ” . $row[‘VEH_TAX_PAID_UPTO’] . “

“;
echo “

“; // Close table-responsive
echo “

“; // Close result-table
} else {
echo “

Sorry this vehicle number does not exist OR you have entered an invalid number

“;
}

// Close statement and connection
$stmt->close();

}
$conn->close();
?>

Disclaimer : Excise & Taxation Department Gilgit Baltistan, provides this website as a service to its clients/customers, internet subscribers, online readers and the community using the World Wide Web ( WWW ). All information contained in this website is not intended to tender legal advice. While the information on this web site may be updated periodically, additional facts or future developments/modifications/amendments may affect the contents of the site and no guarantee is given that the information provided is correct, complete, or up-to-date. Excise & Taxation Gilgit Baltistan assumes no liability or responsibility for any errors or omissions in the content of this website and it does not reflect the genuineness of the vehicle or its documents/informations. Information located on the website may not reflect the current legal or factual position in respect of any particular matter etc.


Developed by: IT Section, Excise and Taxation Department, Govt of Gilgit Baltistan www.gbexcise.gov.pk