Jump to content

Dynamic creation of categories (MySQL/PHP)


slain84

Recommended Posts

Hi everyone,

I am going to program an ads page. Every ad belongs to a category. An example:

--> Cars --> Porsche --> Cayenne
--> DVDs --> Action-Movies --> >18 years --> Lethal Weapon 3

Thus, there might be several sub-categories. This is no problem at all, but these sub-categories should be created by the admin later dynamically. He should be able to click through the categories and add a sub-category to "Cayenne" for example.

I have now the problem that I do not really know how to set up the MySQL database and how a script should look like so that the added categories are displayed.

I was thinking about adding fields to the category table in the database. That means that cat01 stands for the first sub-category, cat02 for the second and so on. If the admin adds a new, a new cat03 must be created. I do not how to implement that in my PHP script though.

Can anyone help?

Thanks,

Dominik
Link to comment
Share on other sites

yeah, provoded that you have parentID (as suggested above) you can state what level the category is at. If the parent id field is empty, your system can assume it's a top-level category and you can go from there.

Thanks for the suggestion... I think I'll do it that way too... ;o)
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.