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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 14, 20262026-05-14T22:44:35+00:00 2026-05-14T22:44:35+00:00

I have any array $num_list = array(42=>’0′,44=>’0′,46=>’0′,48=>’0′,50=>’0′,52=>’0′,54=>’0′,56=>’0′,58=>’0′,60=>’0′); and I want to change specific values

  • 0

I have any array

$num_list = array(42=>'0',44=>'0',46=>'0',48=>'0',50=>'0',52=>'0',54=>'0',56=>'0',58=>'0',60=>'0');

and I want to change specific values as I go through a loop

    while(list($pq, $oin) = mysql_fetch_row($result2)) {
        $num_list[$oin] = $pq;
    }

So I want to change like 58 to 403 rather then 0.

However I always end up getting just the last change and non of the earlier ones. So it always ends up being something like
0,0,0,0,0,0,0,0,0,403
rather then
14,19,0,24,603,249,0,0,0,403

How can I do this so it doesn’t overwrite it?

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-05-14T22:44:36+00:00Added an answer on May 14, 2026 at 10:44 pm

    Well, you explicititly coded that each entry should be replaced with the values from the database (even with “0”).
    You could replace the values on non-zero-values only:

    while(list($pq, $oin) = mysql_fetch_row($result2)) {
        if ($pq !== "0") $num_list[$oin] = $pq;
    }
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have an array of any type T ( T[] ) and I want
I have databases of users and each has tables. I want to loop through
Does anyone know do there have any way that I can encrypt the array
I have an array that contains an array of arrays if that makes any
I have a struct array called AnalysisResults , that may contain any MATLAB datatypes,
Is there any way to obtain Object array of Java Bean fields? I have
I have any array of structs. Each struct in the array has the following
Any help is appreciated. I have an array that is forfetch like this. The
I have: $overr=array(); $overr[]=array(selector=>array('vi'=>mysql_num_rows($myquery),'pes'=> $pess,'prp'=>mysql_num_rows($my_3_query),'em_t'=>$u_h));//this is in a loop As you can see, I'm
I have a list of values I am trying to enter into a mysql

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.