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 convert a string to lowercase in php?

1091


Differences between get, post and request methods ?

1024


What php framework does wordpress use?

1067


What does $_ post mean in php?

1110


When sessions ends?

1002


How can I load data from a text file into a table?

1047


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

1003


How to split a string into array using php?

1250


Where is the submitted form data stored?

1127


What is trim function in php?

1123


What language is similar to php?

1044


Explain what are psrs?

1005


How can we access the data sent through the url with the post method?

991


Steps for the payment gateway processing?

1070


What is stripslashes php?

1016