<?php
$email
=
'prezydent@polska.pl'
;
$domena
=
strstr
(
$email
,
'@'
);
echo
$domena
;
?>