PHP Simple QA
It contains Simple Questions and Answers in PHP
preg_match example
preg_match example
preg_match(“/^http:\/\/.+@(.+)$/”,’http://info@abc.com’,$found);
echo $found[1];
it will return :abc.com
Newer Post
Older Post
Home