PHP

Get Vimeo Video URL

I want to share an interesting php script that allows us to get the url from a vimeo video. As a special information, this was tested in PHP 5.4.11 version with cURL 7.25.0 version and I had problems with older php/curl versions. <?php function getVimeoVideoURL($id) { // get page with a player $queryResult = httpQuery(‘http://vimeo.com/’ …

Get Vimeo Video URL Read More »