How can we extract string 'techinterviews.com' from a string
'http://www.techinterviews.com' using regular expression in PHP?
Answer Posted / sunil kumar
echo
strstr("http://www.techinterviews.com","techinterviews.com");
| Is This Answer Correct ? | 8 Yes | 9 No |
Post New Answer View All Answers
Explain about PHP cookies?
What is button in html?
Explain the three different kinds of Arrays?
Describe PHP error and logging information?
What is a query in php?
Is php pass by reference or value?
What is the purpose of pear in php?
What exactly is validating and sanitizing?
How to return a value back to the function caller?
Is null check in php?
What is the difference between abstract class and interface in php?
What is the ioncube php loader?
What is the mysql injection?
What is mysqli_real_escape_string?
what is PDO?