Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Select an option

  • Save AngeliMae/f5e439d1bfc7affa25b5ff02e3322076 to your computer and use it in GitHub Desktop.

Select an option

Save AngeliMae/f5e439d1bfc7affa25b5ff02e3322076 to your computer and use it in GitHub Desktop.
Using comma as separator in Blocking Multiple Email Address in Registration
$emails = array_map( 'rtrim', explode( ",", $emails ) );
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment