URL Help

3 posts by 2 authors in: Forums > CMS Builder
Last Post: March 20, 2012   (RSS)

By KCMedia - March 19, 2012

Hi

i have this code that i want to use to display images from vimeo for the thumbnails it works but what i am trying to do is replace the code for the url with some data from cmsb but it wont work any idea why

this is the code

<?php $hash = unserialize(file_get_contents("http://vimeo.com/api/v2/video/37374702.php"));?>

this is what i want it to look like

<?php $hash = unserialize(file_get_contents("http://vimeo.com/api/v2/video/<?php echo $home_pageRecord['number'] ?>.php"));?>
Thanks



Craig

KC Media Solutions

www.kcmedia.biz

Re: [Tom P] URL Help

By KCMedia - March 20, 2012

Hi Tom

thanks works great.
Thanks



Craig

KC Media Solutions

www.kcmedia.biz