質問編集履歴
1
コードを一部削除いたしました。($count = $stmt->rowCount();)
title
CHANGED
File without changes
|
body
CHANGED
@@ -32,8 +32,6 @@
|
|
32
32
|
|
33
33
|
$stmt->execute();
|
34
34
|
|
35
|
-
$count = $stmt->rowCount();
|
36
|
-
|
37
35
|
$message = '登録情報を変更しました';
|
38
36
|
|
39
37
|
header('Location: mypage.php?message={$message}');
|
@@ -84,7 +82,6 @@
|
|
84
82
|
<label>■ 新しいパスワード</label>
|
85
83
|
<input type="password" name="password" pattern="^[a-zA-Z\d]{8,100}$" required>
|
86
84
|
<button type="submit" name="edit">更新</button>
|
87
|
-
<?php echo $count; ?>
|
88
85
|
</form>
|
89
86
|
</div>
|
90
87
|
</div>
|