Watchlist

children() as $item) { if ($item->contentId == $watchlist_item) { $mydate = strtotime($item->date); if ($mydate) { $mydate=date('F jS Y', $mydate); } $contentid= $item->contentId; $title=str_replace("'","\'",$item->title); $synopsis=str_replace("'","\'",$item->synopsis); $title=str_replace('"','"',$title); $synopsis=str_replace('"','"',$synopsis); $img_url=$item['hdImg']; $video_url=$item->media->streamUrl; echo ' '; break 2; } } } } ?>

Purchased Videos

children() as $product) { foreach($_SESSION['Products'] as $product_id => $owned) { if ($product->contentId == $product_id && $owned) { $mydate = strtotime($product->date); if ($mydate) { $mydate=date('F jS Y', $mydate); } $title=str_replace("'","\'",$product->title); $synopsis=str_replace("'","\'",$product->synopsis); $title=str_replace('"','"',$title); $synopsis=str_replace('"','"',$synopsis); $img_url=$product['hdImg']; $video_url=$item->media->streamUrl; $contentid=$product->contentId; echo ' '; } } } ?>

Not Logged In

Please log in to manage your videos.