simjay
04-27-2006, 04:19 AM
Hey Guys
I would like to split an email address with PHP, for example.
mail@anemailaddress.com
james@anemailaddress.com
chris@anemailaddress.com
With the PHP I want to get a list:
mail
james
chris
I would like to get rid of the email extention.
<?
echo "$namebefore@";
?>
Many thanks
I would like to split an email address with PHP, for example.
mail@anemailaddress.com
james@anemailaddress.com
chris@anemailaddress.com
With the PHP I want to get a list:
james
chris
I would like to get rid of the email extention.
<?
echo "$namebefore@";
?>
Many thanks