Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
Android を php に接続すると、パラメータが送信されないことがあります。
user=i.getExtras().getString("user"); params.add(new BasicNameValuePair("user",user)); // getting JSON string from URL json = jParser.makeHttpRequest(url_orders, "GET", params);
空のユーザーに基づいて得られた結果。