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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 17, 20262026-06-17T13:57:06+00:00 2026-06-17T13:57:06+00:00

I just can’t get my head around it. What do I need to write

  • 0

I just can’t get my head around it. What do I need to write in my php file to return something to the $.post function?

<script type="text/javascript">
    function SubmitToDatabase(uName, uComment)
    {
        $.post("write_something_to_mysql_b.php", {name: uName, comment: uComment});
        return false;
    }
</script> 

This works, but there is no return value from the PHP file

  • 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-17T13:57:07+00:00Added an answer on June 17, 2026 at 1:57 pm
    // php:
    $output['result']    = 'hello!!!';
    echo json_encode($output); // json encode here
    exit;
    
    // jquery:
    $.post(
    "write_something_to_mysql_b.php",
    {
        name : uName,
        comment : uComment
    },
    function(output) { // callback function to catch your php output
        // console.debug(output['result']);
        alert(output['result']);
        // output hello!!!
    },
    'json'); // json requirement here
    

    json is just one of the possibilities to require data from backend side. Others are: xml, json, script, text, html. For each one of these formats you must to return data from backend in a suitable way. For example for text just echo 'hello!!!; exit;

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

Sidebar

Related Questions

I just can't get around this. I am able to create a file with
I just can't get my head around how this is supposed to work: As
I just can't get my head around why I can't get the below shown
I just can't get my head around this and possibly my title isn't perfectly
I just can't get around my head about AUTO_CREATE_STATISTICS? I run the tuning advisor
Just can't wrap my head around the proper syntax for this one. Below is
I just can't get to set sessions in php, and I can't find the
I Just can't seem to wrap my head around them. As I understand it's
I just can't seem to get this query figured out. I need to combine
I just can't get the results from jquery.get() function and can't figure out why.

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.