"; ?>
Import Vehicle List (CSV Format):
"; } ?>

Add New Vehicle

This module will allow you to add new vehicle or import list of vehicles from excel file. You can also update, edit or delete vehicle record using this module. All deleted records will be marked as inactive instead of deleted.
Vehicle Information:
V. Plate #:
Select Brand:
Vehicle Model:
Vehicle Color:
Type:
Make:
Conduction#:
Transmission:
Fleet Account / Company / Organization:
Assigned Sales Agent:
"; echo " PLATE BRAND MODEL MAKE COLOR "; while($row=mysql_fetch_array($result)){ echo ""; echo "".$row['v_plate'].""; echo "".$row['v_brand'].""; echo "".$row['v_model'].""; echo "".$row['v_make'].""; echo "".$row['v_color'].""; echo "»"; echo ""; } echo ""; ?>