回答編集履歴

1

1

2019/03/19 00:32

投稿

takasima20
takasima20

スコア7460

test CHANGED
@@ -22,7 +22,7 @@
22
22
 
23
23
  $data = array();
24
24
 
25
- if( !empty($get_data) && $check_data == 'correct' ) {
25
+ if( !empty($check_data) && $check_data == 'correct' ) {
26
26
 
27
27
  $data = array( $data1, $data2 );
28
28