Industrija - Web Portal Development
The Industrija (Industry) magazine has been in existence for over thirteen years and is published continuously every second month of the year. It is a unique edition on the territory of Serbia and the region.
The magazine is of informative and commercial character, which means that in it you can find all current and interesting news from different branches of industry in Serbia, the region and the wider area. All information are uploaded to Web portal through which content of magazine is published.
For this client we developed a portal website.
|
Client: Industrija d.o.o.
Activities: Web Portal Design and Programming
Website: www.industrija.rs
|
Vrati se na Blog & Portals
function findexts ($filename)
{
$filename = strtolower($filename) ;
$exts = preg_split("[/\\.]", $filename) ;
$n = count($exts)-1;
$exts = $exts[$n];
return $exts;
}
?>