Srbotrade - Online Pharmacy Store Development
Srbotrade Pharmacy provides a complete range of domestic and imported medicines from the official list of the Republic of Serbia.
Design and programming were done for this client - an online pharmacy store design, connecting the store with a Post Express courier service and a credit card payment system.
|
Client: Srbotrade Pharmacy
Activities: Design and Programming of Online Pharmacy Store
Website: www.apotekasrebotrade.rs
|
Vrati se na Cosmetics & Pharmacy
function findexts ($filename)
{
$filename = strtolower($filename) ;
$exts = preg_split("[/\\.]", $filename) ;
$n = count($exts)-1;
$exts = $exts[$n];
return $exts;
}
?>