Hello Community,
I want to populate the meta_keywords at the category browse ( browse.htm ) with the keyword tags for respective category.
The sql query is :
Code:
select tag from idx_tags
            where total > 0 and category_id = $cat
            order by total desc
I want to populate the result of this query in the meta_keywords field .

How to do that?

Best Regards