programming faqs interview questions tech technical educational freshers guide preparation interviews hr telephonic
try another color:
try another fontsize: 60% 70% 80% 90%
Programming FAQs

How can i extract the domain name from email id?

$email =

$email = charan@gmail.com

$domain = strstr($email, '@');

$domain returns the domain name