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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 29, 20262026-05-29T10:33:55+00:00 2026-05-29T10:33:55+00:00

An array containing the primary key values of a mysql table will be passed

  • 0

An array containing the primary key values of a mysql table will be passed through an
ajax call to a php page and from the php page, rows with the primary keys in the array will be updated

js snippet:

<script type="text/javascript">

$(document).ready(function(){


    var my_array=[1,2.,4,5,6];

    $.post("array_post.php",{

        my_array:my_array

        },function(response){

            alert(response);
            }

    );



    });


</script>

‘id’ is the primary key.
array_post.php has :

$my_array=$_POST['my_array'];

$sql="UPDATE my_table SET my_col=1 WHERE id IN ($my_array)";

Bu that shows error.

I need the solution.

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

    You need to transform your array to a string:

    $sql="UPDATE my_table SET my_col=1 WHERE id IN (" . implode(',', $my_array) . ")";
    

    And, you should seriously validate your input, not just use $_POST

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

Sidebar

Related Questions

I have a php array containing the mysql values of checkboxes, which has been
I have an int array containing gray scale values from 0-254, i also have
I have an array containing the contents of a MySQL table. I need to
i have a pixel array containing the values from 0 to 255 ... i
Ruby 1.8.6 I have an array containing numerical values. I want to reduce it
I have a javascript array containing the name and values of radios I want
I have a byte array containing bytes from a file( see my last question
I am trying to build an array containing all the values of every form
is there a way to create an array containing all the public vars from
I need to assign a character array containing 300000 data which are fetched from

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.