include 'side-nav.html'; ?>
Add New Product
Add Product Details :
------------------Select Category----------------
$fquery=mysql_query("select category from cms_category_master where category like '%travel%' or category like '%hotel%' group by category order by category ") or die("error1"); while($ss=mysql_fetch_array($fquery)) { ?>
=$ss['category'];?>
} ?>
Select Category for Add Products
include 'footer.html'; ?>