Get Youtube address in PHP -
i have got forum written in php.
i need detect when posts youtube url , grab whole url/string.
any ideas ?
preg_match_all('/(http:\/\/www\.youtube\.com\/watch\?v=[^\s]*)/si', $str, $match_urls); this matches youtube video links.
Comments
Post a Comment