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