"; //step 2 comment out // Get product and category data $category_name = get_category_name($category_id); /******************************************* * step 2: - get all category names * step 2: - get all product names *******************************************/ $categories = get_categories(); $products = get_products_by_category($category_id); // Display the product list include('product_list.php'); // echo $category_name."
"; //step 2 comment out } //end of if ($action == 'list_products') ?>