質問編集履歴

1

コードの更新

2016/06/09 12:36

投稿

Chelsea_10
Chelsea_10

スコア46

test CHANGED
File without changes
test CHANGED
@@ -46,11 +46,11 @@
46
46
 
47
47
  foreach($mail as $m) {
48
48
 
49
- if(strpos($m,'gmail.com') !== false) {
49
+ if(strpos($m,'yahoo.co.jp') !== false) {
50
50
 
51
- $str =str_replace($m,"",$mail);
51
+ $str =str_replace($m,"",$mail);
52
52
 
53
- }
53
+ }
54
54
 
55
55
  }
56
56