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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 14, 20262026-06-14T17:16:36+00:00 2026-06-14T17:16:36+00:00

I am trying to load a drop down option values based on database information.

  • 0

I am trying to load a drop down option values based on database information. I have the following code and its working fine but I don’t know how to code in the following to show the selected value.

$output = null;

foreach ($records->result() as $row) {
    $output .= "<option value='".$row->sub_category_id."'>".$row->sub_category_name."</option>";
}
return $output;

I know I should be using something like following, but I can’t understand how to put the following code together with the above codes.

 if ($row->sub_category_id == $sub_category_id) {select="selected"}

Could you please show me?
thanks 🙂

  • 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-14T17:16:37+00:00Added an answer on June 14, 2026 at 5:16 pm

    You almost finished it correctly. here you go:

    $output = null;
    
    foreach ($records->result() as $row){
       $selected="";
       if($row->sub_category_id==$sub_category_id) $selected="selected";
       $output .= "<option $selected value='".$row->sub_category_id."'>".$row->sub_category_name."</option>";
    
    }
    return $output;
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have following code where I am trying to load values into a dropdown
i m trying load UIImages from server asynchronously in UITableViewCell. My code worked fine
Im trying to load a image at runtime in WPF using the following code
Trying to load data into a drop down list when a user selects one
Trying to achieve the drop down effect I have on my form here once
I am trying to load a simple select drop down menu from a collection.
I am trying to load options to drop-down list depending on the selection made
I have two drop down menus, one of which I am trying to replace
I have a problem with out of memory when I'm trying load a few
I trying to load and save setting with this code but when I closing

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.