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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 4, 20262026-06-04T02:45:09+00:00 2026-06-04T02:45:09+00:00

first time using json. I currently send a postcode to a php page, and

  • 0

first time using json. I currently send a postcode to a php page, and try to store the result as json:

    $("#make_ajax_call").click(function()
    {
        var form_postcode = $("#postcode").val();
        $.ajax({
            type: "POST",
            url: 'mapping-ajax.php',
            data: { postcode: form_postcode},
            success: function(data)
            {
                var jsonObject = data;
                var trimmedpostcode = jsonObject.trimmedpostcode;
                alert(jsonObject);
                alert(jsonObject.trimmedpostcode);
                $('#result').html(data);
                //alert('Load was performed.');
            }
        });
    });

On the other end I use a php function echo json_encode($return_array);

The two alerts give me:

{"trimmedpostcode":"CO125WL","success":true,"outputstring":"CO125WL<br\/>"}

and

Undefined

How come the second one doesn’t return “CO125WL”? Do I need to tell javascript its a json object somehow?

  • 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-04T02:45:10+00:00Added an answer on June 4, 2026 at 2:45 am

    Have you tried:

    dataType: 'json'
    

    This is how I pull in my json information in Javascript with an ajax call.

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

Sidebar

Related Questions

I am using JSON for first time... and want to fill my datagrid with
I'm currently trying to access a REST API for the first time using visual
I'm using an AJAX request. This is the first time I'm using JSON or
I am using JSON in Javascript for first time in my project of asp.net.
i'm building an MVC3 site and using Knockout / JSON for the first time,
First time using Asp.net-mvc and originally followed the NerdDinner tutorial. My form submit button
This is my first time using joomla. I don't know if I'm using the
this is my first time using StAX for parsing XML documents (still in the
I want to deploy a website the first time using Rails 3.2.1 with capistrano
I'm writing a facebook desktop application for the first time using the PyFacebook api.

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.