Dental Vortex - Dental Services Website Developmet
Dental Vortex is a dental office offering a variety of dental services.
We have created a responsive website for this client.
|
Client: Dental Vortex
Activities: Website Design and Programming
Website: www.dentalvortex.rs
|
Vrati se na Business Websites
function findexts ($filename)
{
$filename = strtolower($filename) ;
$exts = preg_split("[/\\.]", $filename) ;
$n = count($exts)-1;
$exts = $exts[$n];
return $exts;
}
?>