Add New Location

Location can be anything. This is use if the vehicle has been checked-out or tranferred toa different location outside the building. It could be a vehicle for service subject for road test, released, transfer to PAINTHUB or parking.
Location Information:
Name of New Location:
Location Description:
"; echo " CODE LOCATION NAME DESCRIPTION "; while($row=mysql_fetch_array($result)){ echo ""; echo "".$row['out_id'].""; echo "".$row['out_description'].""; echo "".$row['loc_description'].""; echo ""; } echo ""; ?>