Ver Mensaje Individual
  #2 (permalink)  
Antiguo 03/01/2012, 15:50
el_quick
 
Fecha de Ingreso: julio-2010
Mensajes: 393
Antigüedad: 13 años, 9 meses
Puntos: 67
Respuesta: Problema con cadena

Código PHP:
$str 'ht t p: / /w w w.youtube.com/watch?v=9jK-NcRmVcw&ob=av2e';
parse_str($str);
echo 
$v;  // 9jK-NcRmVcw 
ó

Código PHP:
$str 'ht t p: / /w w w.youtube.com/watch?v=9jK-NcRmVcw&ob=av2e';
parse_str($str$output);
echo 
$output['v'];  // 9jK-NcRmVcw 
Hechale un vistazo a:
http://www.php.net/manual/es/function.parse-str.php
__________________
Páginas web de alta calidad y hechas a la medida.