User login

BlipTV

Using the BlipTV flash video player for Blip.TV videos

Drupal and BlipTV: Using RSS and Xpath anything that works to get the Blip.TV Player

$myFile = "testFile.txt";
$fh = fopen($myFile, 'r');
$theData = fread($fh, filesize($myFile));
fclose($fh);
echo $theData;

<?php
 $foo = system('wget http://www.myserver.com/file.txt ~',$output);
?>

This is what I really want:

Syndicate content