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

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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 30, 20262026-05-30T06:20:34+00:00 2026-05-30T06:20:34+00:00

Hope you all fine.I am facing some sort of problem while passing multiple parameters

  • 0

Hope you all fine.I am facing some sort of problem while passing multiple parameters through $.get().

I want to pass “coord.left” and “coord.top” coordinates of a drag-able object through $.get() so I can store these coords into my databse.
When I am passing a single parameter it is working fine but facing problem while passing multiple values.
Here is my code:

.mouseup(function(){

    var coords=[];
    var coord = $(this).position();
    var item={ coordTop:  coord.top, coordLeft: coord.left  };
    coords.push(item);
    var order = { coords: coords };
$.get('updatecoords.php', 'left='+coord.left, 'top='+coord.top function(response){
            alert("Data Loaded: " + coord.left + coord.top);
                    }); 
            });

    });

and here is my updatecoords.php file where I am pushing these values into database:

    $xleft = $_GET["left"];
    $ytop = $_GET["top"];

    //update query
    $sql = "UPDATE coords SET x_pos = '$xleft', y_pos = '$ytop'";
  • 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-30T06:20:36+00:00Added an answer on May 30, 2026 at 6:20 am

    What’s about

    $.get('updatecoords.php', {left=coord.left, top=coord.top}, function(response){
                alert("Data Loaded: " + coord.left + coord.top);
                        });
    

    or

     $.get('updatecoords.php', {"left="+coord.left+"&top="+coord.top}, function(response){
                    alert("Data Loaded: " + coord.left + coord.top);
                            });
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

Hope you all will be fine. Actually i want to upload image files from
Hope to get solution to this problem. I have been stuck on it since
Hope You all are fine and also in one of your best of moods!!
Hope you all will be fine. The scenerio is I have a form on
I hope you are all fine. I would like to ask the expert php
Hope you all are fine. I need to make a query. Kindly help me
Hope you all are fine. I am a beginner in BI Reporting. I need
First of all, I hope you are all fine. I am currently working on
hope you all are fine and also in one of your best of moods!!
Hope you all will be fine. The scenerio is that i have a page

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.