Caricamento...http://www.youtube.com/watch?v=xxxxxxxxxxx
http://it.youtube.com/watch?v=xxxxxxxxxxx
function ControlloYoutube($url){
if(preg_match('/^http:\/\/(?:[A-Za-z0-9.]{2,5}\.)?youtube.com\/watch\?v=([0-9A-Za-z-_]{11})$/', $url)){
return true;
}else{
return false;
}
}function EstraiCodiceYoutube($url){
if(preg_match('/^http:\/\/(?:[A-Za-z0-9.]{2,5}\.)?youtube.com\/watch\?v=([0-9A-Za-z-_]{11})$/', $url)){
preg_match('/^http:\/\/(?:[A-Za-z0-9.]{2,5}\.)?youtube.com\/watch\?v=([0-9A-Za-z-_]{11})$/', $url, $match);
if(count($match)==2){
return $match[1];
}else{
return "";
}
}else{
return "";
}
}
Lascia un commento
Copyright © 2005 - 2010 :: ianaz - created by Silvio Rainoldi