|
$contenttxt = "images/videos/video01.txt";
$txtfile = fopen($contenttxt, "r");
$content = fread($txtfile, filesize($contenttxt));
fclose($txtfile);
print(" $content ");
?>
|
$contenttxt = "images/videos/video02.txt";
$txtfile = fopen($contenttxt, "r");
$content = fread($txtfile, filesize($contenttxt));
fclose($txtfile);
print(" $content ");
?>
|
|
$contenttxt = "images/videos/video03.txt";
$txtfile = fopen($contenttxt, "r");
$content = fread($txtfile, filesize($contenttxt));
fclose($txtfile);
print(" $content ");
?>
|
$contenttxt = "images/videos/video04.txt";
$txtfile = fopen($contenttxt, "r");
$content = fread($txtfile, filesize($contenttxt));
fclose($txtfile);
print(" $content ");
?>
|
|
$contenttxt = "images/videos/video05.txt";
$txtfile = fopen($contenttxt, "r");
$content = fread($txtfile, filesize($contenttxt));
fclose($txtfile);
print(" $content ");
?>
|
$contenttxt = "images/videos/video06.txt";
$txtfile = fopen($contenttxt, "r");
$content = fread($txtfile, filesize($contenttxt));
fclose($txtfile);
print(" $content ");
?>
|