質問編集履歴

2

不要なコード削除

2018/11/01 05:59

投稿

jam912sh
jam912sh

スコア25

test CHANGED
File without changes
test CHANGED
@@ -70,14 +70,6 @@
70
70
 
71
71
  $db_name = "test";
72
72
 
73
- //Xcodeから受け取った緯度データを$addtext1に格納
74
-
75
- $addtext1 = $_POST["addtext1"];
76
-
77
- //Xcodeから受け取った経度データを$addtext2に格納
78
-
79
- $addtext2 = $_POST["addtext2"];
80
-
81
73
 
82
74
 
83
75
  $database = new Database($db_name);

1

コード修正

2018/11/01 05:59

投稿

jam912sh
jam912sh

スコア25

test CHANGED
File without changes
test CHANGED
@@ -106,7 +106,7 @@
106
106
 
107
107
 
108
108
 
109
- //テーブル名に「m_com」という文字列が入っているテーブルのデータをJSON形式で書き出し
109
+ //テーブル名に「m_test」という文字列が入っているテーブルのデータをJSON形式で書き出し
110
110
 
111
111
  if(strstr($table_name, 'm_test')){
112
112