/ Published in: PHP
Parses any kind of YouTube URL and returns the video ID.
Expand |
Embed | Plain Text
Copy this code and paste it in your HTML
function getYoutubeVideoID($sVideoURL) { return $sVideoID; }