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

The Archive Base Latest Questions

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

There is probably something dumb I am doing wrong here. public function get_scores($id) {

  • 0

There is probably something dumb I am doing wrong here.

public function get_scores($id)
{
    $results = array();
    $sql = "SELECT * FROM scores WHERE comp_id = $id";
    $rows = $this->db->query($sql)->result();
    foreach($rows as $row) {
        if($row->confirmed_id) {
            $results[$row->uid] += $row->score;
        }
    }
    sort($results);
    return $results;
}

So basically what I am trying to do is add all of the users scores in the database and return them in order of rank. confirmed->id is just a check to make sure the score has been confirmed (and thus is addable to their total score). I am basically trying to just make an associative array where the key is the users ID, and the score of each question they have in the database is added on. The query works fine, and $row-uid and $row->score both return the correct thing for every row, but $results[] never has anything added to it. If I even change it just to something silly like $results[3] = 0 at top, and then $results[3]++ or += 1 in the for loop, it doesn’t add anything to $results[3].

EDIT: Problem solved. Indeed was something dumb — confirmed_id was set to null by my partner when he reran our database after I had previously set it all to 1. Thanks guys 🙂

  • 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-31T21:23:15+00:00Added an answer on May 31, 2026 at 9:23 pm

    You are adding to $results[something] before it exists. You need to create it in the first case and then only increment it once it exists.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I'm not too good with SQL and I know there's probably a much more
There's probably something really obvious I'm missing, but no matter how I trawl the
This is probably something incredibly dumb on my part, but I've been fighting with
There's probably a silly error in my code. I have defined the following variables:
I feel there is probably a well trodden design pattern to handle situations like
I know that probably there is no concept of scope for macros, but please
i've spent some time searching and there is probably is an easy way to
I'm new to the OOP paradigm, so there's probably a simple explanation for this
I was searching Google for a page offering some simple OpenMp algorithms. Probably there
I've created a salt using; md5(rand(0,10000000)); (there is probably a better way?) There doesn't

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.