$img = 'http://www.peruguitar.net/';if(preg_match('/\bwww\b/',strtolower($img))){ echo 'tiene www!';}else{ echo 'url invalida!';}