News: Check the domain extension using PHP

Home News Photos News Videos News Cartoons News Blogs RSS

Home > PHP Scripts Examples and Tutorials > Check the domain extension using PHP

Check the domain extension using PHP

This function will help you to get the domain extension, simply pass the domain name and it will print the domain extension

Monday, Feb 04, 2008 | 1931 Views | Comments [View/Post]

<?
function DomainExtension($domainname){
 list($domain,$extention,$nextext) = explode(".",$domainname);
 if ($nextext) {
  $dext = $extention . "." . $nextext;
 }else{
  $dext = $extention;
 }
 return $dext;
}

print DomainExtension("mulpituwa.com");

?>


Comment on this article
Guidelines: You must register with a social media account such as Facebook, Twitter, Yahoo, etc. to comment on this story. Click on the "Login" button below to choose your login account of choice. We welcome your thoughts, but this is not an open forum. For the sake of all readers, please refrain from the use of obscenities, personal attacks or racial slurs. All comments must remain on topic and cyber bullying will not be tolerated. All comments are subject to our terms of service. Comments that do not comply may be removed. Repeat offenders will lose commenting privileges.
News Other Language
World News
Movie News
Information
Travel News