Jump to content

Admin page for adding categories


palace

Recommended Posts

As you can probably tell from the question I'm relatively new to all this so apologies in advance.

 

I'm trying to put together an online catalog (similar to shopping cart but with no pricing) I have a need for categories and then sub categories. I have discovered the hierarchial database model where the catagory table will look similar to

 

| ID | CATEGORY | parentID |

 

What I'm having difficulty with is trying to visualize how to do an admin page to put data into this table?

 

Any ideas?

 

Link to comment
Share on other sites

for the hierarchial order the parent id for the categories wub be 0

so the first entry(category) wud be

 

insert into tblname(catgeory,parentid) values('category',0)

 

When adding a sub category for this record..u need to select the categories,take the id and assign that as the parent id for the subcategory.

 

i hope this dint sound confusin

Link to comment
Share on other sites

This thread is more than a year old. Please don't revive it unless you have something important to add.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.