Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...

How can we extract string ‘abc.com ‘ from a string
info@abc.com" target="_blank">http://info@abc.com using
regular expression of php?

Answer Posted / harsh

$string1="info@abc.com";
$string2=split("@",$string1);
print_r($string2);

Is This Answer Correct ?    2 Yes 2 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

How to pass variables by references?

941


how to use http headers inside php? Write the statement through which it can be added?

970


What is use of count() function in php?

972


How to set a value in session? How to remove data from a session?

924


Tell me how is it possible to remove escape characters from a string?

896


What is instantiation?

2164


Tell me what type of operation is needed when passing values through a form or an url?

900


What are the correct and the most two common way to start and finish a PHP block of code?

1005


What does session start do in php?

910


When use javascript vs php?

965


What is stripslashes php?

911


Can php use gettext?

958


Does https prevent csrf?

863


What does isset() function?

905


How many functions are there in php?

937