Closed Thread
Results 1 to 5 of 5

Thread: categories and subcategori in mysql

  1. #1
    claudiu is offline Newbie
    Join Date
    Jul 2009
    Posts
    11
    Rep Power
    0

    categories and subcategori in mysql

    Hello , I try to do in mysql a table with categories and subcategori , I have menu in javascript but I want to show each category and subcategory

    categories
    subcategori
    categories
    subcategori


    how to do it in php.

    "Sorry for English but i am beginner "

  2. CODECALL Circuit advertisement
    Join Date
    Always
    Posts
    Many

     
  3. #2
    Join Date
    Jul 2006
    Posts
    16,491
    Blog Entries
    75
    Rep Power
    143

    Re: categories and subcategori in mysql

    Is your question about the menu, the database that will store the menu data, or something else? There's a lot of things involved, and ten times as many methods for doing it.
    Programming is a branch of mathematics.
    My CodeCall Blog | My Personal Blog

  4. #3
    claudiu is offline Newbie
    Join Date
    Jul 2009
    Posts
    11
    Rep Power
    0

    Re: categories and subcategori in mysql

    The database that will store the menu ,then be displayed in php category and subcategory

  5. #4
    Join Date
    Jul 2006
    Posts
    16,491
    Blog Entries
    75
    Rep Power
    143

    Re: categories and subcategori in mysql

    There are a dozen dozen ways to store it in the database, depending on what features it needs to support and how you will implement the menu in HTML. I would start with the HTML representing the menu. From there, work back to the PHP to generate the HTML dynamically, and that should suggest how to store it.
    Programming is a branch of mathematics.
    My CodeCall Blog | My Personal Blog

  6. #5
    claudiu is offline Newbie
    Join Date
    Jul 2009
    Posts
    11
    Rep Power
    0

    Re: categories and subcategori in mysql

    ok thanks man

Closed Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. Replies: 1
    Last Post: 10-20-2010, 12:38 AM
  2. Filtering Categories
    By x232 in forum PHP Development
    Replies: 2
    Last Post: 07-18-2008, 05:33 AM
  3. Efficient sorting into categories with choices
    By Liglogthepanda in forum General Programming
    Replies: 1
    Last Post: 07-04-2008, 06:41 PM
  4. Replies: 7
    Last Post: 01-31-2008, 02:55 PM

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts