Ver Mensaje Individual
  #7 (permalink)  
Antiguo 21/01/2011, 09:10
Avatar de Ronruby
Ronruby
 
Fecha de Ingreso: julio-2008
Ubicación: 18°30'N, 69°59'W
Mensajes: 4.879
Antigüedad: 15 años, 9 meses
Puntos: 416
Respuesta: obtener la id de url de youtube

Código PHP:
<?php

$string 
'http://www.youtube.com/watch?v=_BzLvFawauA&feature=rec-LGOUT-exp_fresh+div-1r-4-HM'
echo 
substr(parse_url($stringPHP_URL_QUERY), 211);

?>