回答編集履歴

2

記入漏れしてましたm\(_ _;\)m

2016/05/07 05:22

投稿

退会済みユーザー
test CHANGED
@@ -44,6 +44,8 @@
44
44
 
45
45
  }
46
46
 
47
+ throw new PDOException();
48
+
47
49
  } catch (PDOException $e) {
48
50
 
49
51
  exit($str.$e->getMessage());

1

誤記入してました gomennnasa

2016/05/07 05:22

投稿

退会済みユーザー
test CHANGED
@@ -18,7 +18,7 @@
18
18
 
19
19
  success: function(response) {
20
20
 
21
- alert("response");
21
+ alert(response);
22
22
 
23
23
  //location.href = "./test.php";
24
24