Is there a simple way to remove the last part of an email address using
PHP. I want to remove the @ symbol and everything to the right of it.
Any ideas?
Example:
thomas@xyz.com
should be:
thomas
Thanks!
PHP. I want to remove the @ symbol and everything to the right of it.
Any ideas?
Example:
thomas@xyz.com
should be:
thomas
Thanks!
Comment