Vehicle Brand


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 ""; ?>