[eluser]Unknown[/eluser]
Details
i created 3 tables. category table,sub category table and registration table. cat_name and
cat_id are fields of category table. sub_cat_id,sub_cat_name and
cat_id are the fields of sub category table. in registration form user will add both subcategory and category from drop down list. when user submit the form, only
sub category id inserted into registraion table.
i want to display all users details including subcategory name and category name in to a table. as i allowed only
subcategory id insertion into registration table, how i display category name and subcategory name with all other user details in to single table on webpage? please help........