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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 10, 20262026-06-10T10:29:57+00:00 2026-06-10T10:29:57+00:00

i have been trying to write a program to insert the array values in

  • 0

i have been trying to write a program to insert the array values in multiple rows of a column in a database table. After lot of trial I couldn’t get the proper output I wanted.

My database table looks like this

    id   | values  |
    1    |         |
    2    |         |
    4    |         |
    5    |         |
    6    |         |

and I have 2nd column values as an array and I want to enter those values in the second column.

The output should look like this:-

    id   | values  |
    1    |     2   |
    2    |     3   |
    4    |     7   |
    5    |     9   |
    6    |     10  |

So, I have two array values $id and $values…So, I want to fill $values in each row of the column for each respective $id values

NOTE : $id is already filled in the database

  • 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-10T10:29:59+00:00Added an answer on June 10, 2026 at 10:29 am

    I am assuming that you have an array with the id values in it.

    You may try something like this:

    foreach($XArray as $key => $value){
    
    $sql = "UPDATE TABLENEAME ".
           "SET value = $value ".
           "WHERE id = $key" ;
    
    $retval = mysql_query( $sql, $conn );
    }
    

    I haven’t checked the code, its just a sample.

    With respect to the updated question:

    $count=sizeof($value);
    for($counter=0;$counter<$count;$counter++){
    
        $sql = "UPDATE TABLENEAME ".
               "SET value = $value[$counter]".
               "WHERE id = $id[$counter]" ;
    
        $retval = mysql_query( $sql, $conn ) or die ("Error in query: $sql");
        }
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

i have been trying to write a program in python to read two text
Hii , I have been trying to write a program... We have a structure
I have been trying to write a powershell program that checks to see if
I have been trying to write a program to convert my father's old PTS.
I have been trying to write a C program which generates all possible permutations
I have been trying to figure out how to write a simple program to
I have been trying to write a program for transferring a file which the
I am trying to re-write a dictionary program in python(3.X). I have been using
I have been trying to write some code in Scala to read a file
I have been trying to write a bare-bones ping scanner using Perl for internal

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.