Created
January 3, 2022 07:04
-
-
Save AngeliMae/f5e439d1bfc7affa25b5ff02e3322076 to your computer and use it in GitHub Desktop.
Using comma as separator in Blocking Multiple Email Address in Registration
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| $emails = array_map( 'rtrim', explode( ",", $emails ) ); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment