Vehicle Brand
Vehicle information including brands must be setup before you can use the system. Please input all brands you cater for future analytics.
Vehicle Brand Information:
♲
✉
✕
Vehicle Brand:
Short Description:
"; echo "
CODE
BRAND NAME
SHORT DESCRIPTION
"; while($row=mysql_fetch_array($result)){ echo "
"; $count ++; echo "
".$count."
"; echo "
".$row['b_name']."
"; echo "
".$row['b_desc']."
"; echo "
"; } echo ""; ?>