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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 28, 20262026-05-28T11:12:07+00:00 2026-05-28T11:12:07+00:00

I have an iPhone app which gets a response from a php file. This

  • 0

I have an iPhone app which gets a response from a php file. This response generates an html file where the body contains a json object. How do I retrieve this JSON object ?

$query = "SELECT username FROM userData WHERE username = '$username'";  
    $result = mysql_query($query);  
    if (mysql_num_rows($result) > 0) { 
        sendResponse(200, json_encode('SUCCESS Notification'));
    } else { 
    $query = "INSERT INTO userData (username,password,email,signup_date) VALUES ('$username','$password','$email','$date')";
    $result=mysql_query($query,$connection) or die (mysql_error()." Kann Tabelle der Datenbank nicht lesen!");
    }  

    function sendResponse ($status = 200, $body ='', $content_type = 'application/json'){
            $status_header = 'HTTP/1.1 ' . $status . ' ' . 'OK';
            header($status_header);
            header('Content-type:' . $content_type);
            echo $body;
        }

This is what happens in my iphone app:

 NSURLResponse *theResponse =[[NSURLResponse alloc]init];
        NSError *error;
        NSData *data = [NSURLConnection sendSynchronousRequest:request returningResponse:&theResponse error:&error];      

         NSDictionary *jsonDictionaryResponse =[NSJSONSerialization JSONObjectWithData:data options:kNilOptions error:&error];
        NSLog(@"json response = %@", jsonDictionaryResponse);
  • 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-28T11:12:07+00:00Added an answer on May 28, 2026 at 11:12 am

    As far as I can see, you don’t add HTML-Tags around your JSON enocded string. So you could just parse the whole response body. I recommend you using jQuery (if your don’t do already) or the JSON library.

    But please note, that you should chage your MIME-Type to application/json when sending JSON data and that it doesn’t make sense to json_encode a string.

    sendResponse(200, json_encode(array('SUCCESS Notification')), 'application/json');
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have a multi-target iPhone app which currently includes a header file with constant
I have an iPhone app which is pulling just about all it's data from
I have developed an iPhone app which gets the microphone recorder inputs every second
I'm building an iPhone app which gets updates from the web at regular time
My company would dearly like to have an iPhone app which, among other functions,
I have a simple iPhone app which accesses some remote data on start-up then
I have a small iPhone app which has a button on the first view.
I have a pretty weird problem in my iPhone app which is, I think,
I have to convert an iPhone app which is published at the AppStore. However,
I have an iphone app which is a tabbar based application. What is the

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.