smart.shre
// Get varieables $smartlink = 'https://smart.shre.su/v1/342fd8ad1785e4025349b182ef78e4af?deeplink='; $deeplink = 'https://google.com'; // Get url $url = $smartlink . urlencode($deeplink); // Header redirect header("Location: $url");