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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 23, 20262026-05-23T07:54:07+00:00 2026-05-23T07:54:07+00:00

I need to load a DIV with a seperate PHP file which then displays

  • 0

I need to load a DIV with a seperate PHP file which then displays totals without refreshing the screen.

My problem is that I need to POST the data as the vars are too long for GET requests. So, essentially I need to do the same as the working code below with POST rather than get:

function displayTotals(d){

   var url = "./include/display_totals.inc.php?a=1&b=2&c=3&d=" + d;

   $("#TotalsDIV").load(url);
}

Note: The vars are not in a form so I can’t serialize it. I need to be able to assign them seperately.

Does anyone know a way to do this?

Thanks in advance.

  • 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-23T07:54:07+00:00Added an answer on May 23, 2026 at 7:54 am
    $.post("URL TO PHP.PHP", {VAR1: 'VAL', VAR2: 'VAL'}, function(data){
     $("div").append(data);
    });
    

    Use the Jquery post call as above

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

Sidebar

Related Questions

Two Delphi programs need to load foo.dll, which contains some code that injects a
I need to load content while scrolling a div , not window. That's my
After load content to page using div.load('page.php'); I need get all of links from
I need to load whole table into div with $.ajax , but after that,
I need to load a .xml file from a URL adress into an NSData
I need to load a file from an umounted TrueCrypt disk into memory. Is
I need to load a HTML wrapper dynamically depending on data that gets populated
I am trying to reload the content of a div without actually refreshing the
I have a jquery function loading a php file which will output some data
I need to show my error message in red when the div.load errors out

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.