Ejemplo n.º 1
0
        ?>
</font></div>
	<?php 
        ?>
		<br><br>
		<table border=1 size = 100% cellspacing=0 cellpadding=0 align=center>
		
<?php 
        include_once "pager/searchowner_page.php";
    }
    //end while
    print "</table>";
} elseif ($motorsearch == ' S E A R C H ') {
    include "class/TaxpayerClass.php";
    $getown = new TaxPayer();
    $getown->GetMotor($mmodel, $mnum, $cnum, $pnum, $bnum, $bcolor, $route, $ltype, $ltoreg, $cro);
    $getcn = $getown->outnumrow;
    if ($getcn == 0) {
        ?>
		<br>
		<body onload='javascript:alert("No record found for this vehicle.");'></body>
	<?php 
        require_once "includes/form_trans_search.html";
    } else {
        require_once "includes/form_trans_search.html";
        $totcnt = $getcn;
        ?>
		<br>
		<div align=center>
		<font color=red>Total Records: <?php 
        echo $totcnt;