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

  • SEARCH
  • Home
  • 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 7605753
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 31, 20262026-05-31T00:14:46+00:00 2026-05-31T00:14:46+00:00

I need all values from a table column put into an assoc array. I

  • 0

I need all values from a table column put into an assoc array. I am having trouble finding the answer.

the table is only six rows deep.
example:

|--id--|--name--|--A--|--B--|--C--|
|--01--|--xl33--| 1.30| 2.45| 4.40|

i would like to get an assoc array for column B

name[xl33]=2.45
name[xl34]=....and so on

The trick is that the form will tell the script which column to fetch. A,B,C,D,E,F OR G

I know i could re-format the table and accomplish what i want but I need it structured the way i have it.( i have left out some columns for simplicity)

  • 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-31T00:14:48+00:00Added an answer on May 31, 2026 at 12:14 am
    function return_column($letter){
        $result = mysql_query("SELECT name, $letter FROM example") or die(mysql_error());
        while($row = mysql_fetch_assoc( $result )) {
            $return[$row['name']] = $row[$letter];
        }
        return $return;
    }
    
    $results = return_column('A');
    print_r($results);
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I want to sum all elements (e.g. price) from table column where some values
I need to clear the default values from input fields using js, but all
I need to insert into a simple table with two columns. The first column
The Transact-Sql Count Distinct operation counts all non-null values in a column. I need
I need an sql query to give me the following: All the values in
I need to all of timestamps in a column the same amount. I want
I need loging all HTTP request (from any application). I have Delphi 7.0. Anybody
I need to create trigger in SQL Server 2008 that gone insert all values
When I import a csv file into MySQL (phpmyadmin), for all integer values that
I need help with summing all the values in one of the columns( KEY_CONTENT6

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.