No products in the cart.
Access our premium support and let us know your problems, we will help you solve them.
$imagePath = 'http://www.prelovac.com/vladimir/wp-content/uploads/2008/03/example.jpg';
$imageName = get_basename($imagePath);
function get_basename($filename)
{
return preg_replace('/^.+[\\\\\\/]/', '', $imagePath);
}