article

Tuesday, May 17, 2011

PHP Parse_URL()

PHP Parse_URL()





$the_permalink = "http://r-ednalan.blogspot.com/php-parse_url";
$the_domain = parse_url($the_permalink, PHP_URL_HOST);
echo $the_domain;

Related Post