Breakthrough - Website Development
Breakthrough is a client specialized in strategic communication and public relations.
For this client we were in charge of creating responsive website design and its programming.
|
Client: Breakthrough
Activities: Website Design and Programming
Website: www.breakthrough.mn
|
Vrati se na Business Websites
function findexts ($filename)
{
$filename = strtolower($filename) ;
$exts = preg_split("[/\\.]", $filename) ;
$n = count($exts)-1;
$exts = $exts[$n];
return $exts;
}
?>