DJ Pety alias "Pety" | #6, Lófasz (953) |
817 | #1116 | ^ | Idézet | Wed, 18 Aug 2010 21:49:56 +02 |
84.2.*.* | *.pool.t-online.hu |
Apropó youtube! $string1 = '<param name="movie" value="http://www.youtube.com/v/ase24sd2_34&somevar=someval">'; $string2 = '<param name="movie" value="http://someservice.com/ase24sd2_34">'; $regex = '/<param name="movie" value="(http:\/\/[^&"\'\s]+)/i'; preg_match_all($regex, $string1, $matches, PREG_SET_ORDER); print_r($matches); preg_match_all($regex, $string2, $matches, PREG_SET_ORDER); print_r($matches); Találtam neked egy ilyet, végülis erre magamtól is gondolhattam volna, elég lenne az embed kódot bemásolni, és magától feldolgozhatná a rendszer. http://www.prodevtips.com/2008/09/12/url-from-youtube-insert-code-with-preg_match/ Itt találtam. |