Controlla se c'è o meno http:// e se non c'è lo metti tu...

Codice PHP:
if (!preg_match('/^http:\/\//i'$url))
{
    
$url 'http://' $url;