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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 28, 20262026-05-28T01:05:56+00:00 2026-05-28T01:05:56+00:00

So there is a PHP file where I’m sending an array to my android

  • 0

So there is a PHP file where I’m sending an array to my android device. After my device receives the data, it converts it to a string and after that I’m trying to get the assoc array index that was made with PHP. Here is a sample of the PHP code from before:

if(mysql_num_rows($query)){
    $output = array('message' => 'Group added to your database', 'succes' => 'true');

}else{
    $output = array('message' => 'Wrong username/password combination', 'succes' => 'false');
}

print(json_encode($output));

and here is how the code in my Android project looks like:

protected void onPostExecute(String result) {

        dialog.dismiss();

        try{
            jArray = new JSONArray(result);
            JSONObject json_data=null;

            for(int i = 0; i < jArray.length(); i++){

                json_data               = jArray.getJSONObject(i);     

                String getMessage = json_data.getString("message");
                showToast(getMessage);
            }
        }
        catch(JSONException je){
            Log.e("log_tag", "Error (JSONException): "+je.toString());
            showToast(result);
        } 
        catch (ParseException pe) {
            pe.printStackTrace();
        }
    }

Error log:

01-08 16:35:55.896: E/log_tag(647): Error (JSONException): org.json.JSONException: Value {"message":"Group added to your database","success":"true"} of type org.json.JSONObject cannot be converted to JSONArray
01-08 16:35:56.186: W/TextLayoutCache(647): computeValuesWithHarfbuzz -- need to force to single run
  • 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-28T01:05:57+00:00Added an answer on May 28, 2026 at 1:05 am

    You are trying to create JSONArray from string that represents JSONObject, you should do:

    try{
        JSONObject json_data=JSONObject(result);
        String getMessage = json_data.getString("message");
        showToast(getMessage);
    }
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

Are there php file with array with countries and cities, something like that: $country[]
Is there any reflection/introspection/magic in PHP that will let you find the PHP file
I have a form which has action=process.php . Inside that php file there is
Is there a way to make a PHP file so that it can only
There is some .php file, that returns .png image file. How to get this
I have a php file that show the friends requests, lets say there are
Is there any way to include php file using require and calling a php
Is there any PHP script to convert XML file to DTD. I tried a
Is there any way to remove the contents of an file in php, do
Is there a way to generate a PHP Soap Client from a WSDL file?

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.