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 ?allinterview.com ? from a string
?http://info@allinterview.com? using regular expression of PHP?

Answer Posted / pinky

if (ereg("allinterview.com",
"http://info@allinterview.com", $temp) )

print $temp[0];

Is This Answer Correct ?    4 Yes 1 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Is runtime polymorphism overriding?

1066


Explain me differences between get and post methods?

1051


Explain me what is the difference between $_files['userfile']['name'] and $_files['userfile']['tmp_name']?

955


How long is session timeout?

1039


What is string and its function?

1025


What are psrs? Choose 1 and briefly describe it?

1485


How to run a php script?

1067


How many records can be stored in mysql table?

1048


Is php outdated 2019?

991


What is the difference between array_map () and array_shift ()?

1075


What is php? Why it is used?

1190


What are the rules to declare a php variables?

1237


What is htmlentities function in php?

999


What are the advantages of oops in php?

1145


How to check a variable is an array or not in php?

1041