Posts by Paulo Rodrigues • 1 point
1 post
-
-2
votes3
answers1996
viewsA: Open external videos(mp3/mp4) with PHP
I did so and functioned: video.php $file = "urldovideo.mp4"; header('Content-Type: video/mp4'); readfile($file);
1 post
-2
votes3
answers1996
viewsI did so and functioned: video.php $file = "urldovideo.mp4"; header('Content-Type: video/mp4'); readfile($file);