Please help!
I need to strip the following code so that it only uses the \"value\" part
$
'; preg_match_all('#http://www.youtube.com/v/([\w\-]+){11}#is', $string, $matches); print_r( array_unique($matches[0]) ); ?>