Vehicle Type
Vehicle information must be setup before you can use the system. Please input all types of vehicle your company caters for future use. Ex. (Sedan, SUV, Trucks etc.)
Vehicle Type Information:
♲
✉
✕
Vehicle Type:
Short Description:
"; echo "
CODE
VEHICLE TYPE
SHORT DESCRIPTION
"; while($row=mysql_fetch_array($result)){ $count ++; echo "
"; echo "
".$count."
"; echo "
".$row['t_name']."
"; echo "
".$row['t_desc']."
"; echo "
"; } echo ""; ?>