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 6204265
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 24, 20262026-05-24T05:03:37+00:00 2026-05-24T05:03:37+00:00

I am attempting to build a category navigation system and so far have all

  • 0

I am attempting to build a category navigation system and so far have all my tables set up and indexed in mysql. My issue is understanding the logic for retrieving the categories I want using php.

I am thinking I need something like:

On click – store clicked category name in variable $category – query variable against database

SELECT subcategory_name FROM subcategories WHERE parent = "$category"

Does this sound right? I think there is not an on click function in php so I am unsure which function should I look into that I can use to assign the category name I click to the variable?

  • 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-05-24T05:03:38+00:00Added an answer on May 24, 2026 at 5:03 am

    It doesn’t seem like you want to use javascript in your app. You may want to use an anchor tag with $_GET variables to past the selected category e.g

    // You can style the anchor tag to look like a button
    <a href='querypage.php?category=books'>Select Books category</a>
    

    On the page querypage.php, you can get the clicked category like this:

    $category = $_GET['category'];
    // Then you can run your query
    SELECT subcategory_name FROM subcategories WHERE parent = "$category"
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I'm attempting to build a currency converter function in PHP. I have all my
I'm attempting to build a simple authentication system built around RFID. Basically I have
I'm attempting to build Python 2.6.2 from source on my Linux system. It has
I'm attempting to build a project called DropThings but I am getting all these
I'm attempting to build a page that displays the same set of information of
I have the following class file that I'm attempting to build. I'd like to
While attempting to build a website, i have gone through many online tutorials. Thanks
I'm attempting to build a login page for my website. I have managed to
I'm attempting to build/install Cabal on my system and I'm running into the following
I am attempting to build a simple content management system using Twitter's Bootstrap for

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.