PostNuke

Flexible Content Management System

News

Help needed in modifying Download Module

Contributed by on Feb 08, 2002 - 01:03 PM

I want to perform 2 querys to a mysql database using the new ADODB rules for developing.


I want to query first the downloads_ categories table and get the title of the category according to the category id passed by the user. Then I want to query the downloads_subcategories and get the title of the subcategory according to the subcategory id passed by the user.




Then I want these two values stored in two different variables




eg:


$category_id


$subcategory_id
1092