Vehicle Color Setup

Vehicle information must be setup before you can use the system. Please input all types of vehicle colors regardless of brand and model
Vehicle Color Information:
Vehicle Color:
Short Description:
"; echo " CODE VEHICLE TYPE SHORT DESCRIPTION "; while($row=mysql_fetch_array($result)){ echo ""; echo "".$row['c_id'].""; echo "".$row['c_name'].""; echo "".$row['c_desc'].""; echo ""; } echo ""; ?>