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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 23, 20262026-05-23T12:16:28+00:00 2026-05-23T12:16:28+00:00

How to write PHP (server side) to receive JSON then insert into DB using

  • 0

How to write PHP (server side) to receive JSON then insert into DB using Android.

I wrote Java to send data to the PHP server :

    HttpPost httpPost = new HttpPost("http://sit-edu4.sit.kmutt.ac.th/csc498/51270372/[My Folder].[My filename].php");

But I do not know how to write the PHP file to receive JSON then insert to DB.

Could you please help me ? Thank you.

  • 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-23T12:16:29+00:00Added an answer on May 23, 2026 at 12:16 pm

    You have your JSON data somewhere in $_POST array.

    You can decode the JSON like this:

    $json = $_POST['data']; // replace 'data' with your key
    $decoded = json_decode($json, TRUE);
    if ($decoded === FALSE) {
      throw new Exception('Bad JSON format.');
    }
    // save to your database via PDO
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I am trying to write a server side script (PHP) for generating an SVG
Is it possible to modify/write data to an XML file without any server-side proxy(e.g.
I want to know is this practically possible in sql(using php as server-side), where
I send request like $.ajax({ url: 'php_scripts/reload_fancoils.php', type: 'POST', dataType: 'json', data:parameters, success: function(data){
I'd like to write a new website from scratch. I'll be using PHP for
I have table which contains the rows that are dynamic from server side scripting(PHP)
i am writing a web site with a php on the server side. which
I am (trying to) write a server-side daemon in c, and it accepts connections
I'm writing a php forms class with client and server side validation. I'm having
I'm writing a bunch of classes in PHP for the server-side portion of a

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.