Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • Home
  • SEARCH
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 9177301
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 17, 20262026-06-17T17:17:38+00:00 2026-06-17T17:17:38+00:00

I want to make a Navigation with 2 levels. My Code so far <?php

  • 0

I want to make a Navigation with 2 levels.

My Code so far

        <?php
        $sql = ("SELECT name, id, pid FROM tl_table WHERE pid='' ORDER BY name");
        $result = mysql_query($sql);

        $list = array();
        while ($row = mysql_fetch_assoc($result)) {
           $list[] = $row;
        }  

        foreach ($list as $kat) {
          echo '<li><a href="#">' . $kat['name'] . '</a></li>';
        }  
        ?>

Nested Sets are at the moment too tricky for me.

I want at the end this.

<li>$kat['name']
   <li>$kat['name'] from PID</li>
</li>

MySQL:
http://i46.tinypic.com/35052m0.png – IMG

No I want to get the things our of the MySQL DB see the image Link.

MySQL:

id—–pid——name
1——0——–name1
2——0——–name2
3——0——–name3
4——3——–name3.1
5——3——–name3.2
  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-17T17:17:40+00:00Added an answer on June 17, 2026 at 5:17 pm
    <?php
        $sql = ("SELECT name, id, pid FROM tl_table WHERE pid='' ORDER BY name");
        $result = mysql_query($sql);
    
        $list        = array();
        while ($row  = mysql_fetch_assoc($result)) {
           $list[$row['id']]   = $row;
           $sql      = ("SELECT name, id, pid FROM tl_table WHERE pid='".$row['id']."' ORDER BY name");
           $res      = mysql_query($sql);
           while($rw = mysql_fetch_assoc($res)){
              $list[$row['id']]['sub'][] = $rw; 
           }
        } 
    echo "<pre>";
    print_r($list); 
    
    
    ?>
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

i had soulation .i want to make navigation bar with items i will select
I want to make Navigation with 3 levels. I make the root controller and
I want make a bash script which returns the position of an element from
I have style sheet with a class name changebackgroundcolor i want make change in
I want to make a back button for a navigation controller with the title
I have write following code to make a navigation bar following demo . <ul
I'm trying to make slide navigation. Here is my code html <li> <a href=#>Services</a>
I want to make a similar navigation menu like what m.facebook.com did. but this,
I'm using the Foundation framework and I want to make a navigation which takes
I want to make a standard navigation bar button for my bar's title. I

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.