I am trying to figure out how to break an email up at the @ symbol.
I am having a form being sent to through html/php and want to take that email that was inserted into the form and break it.
example:
whoever@yahoo.com
from here I want to save these separate as the user name: whoever
and another field as: yahoo.com
probably a simple script.
I know how to do everything except break it at the @ symbol, any help would be aprreciated, thanks for your time.