include("config.php"); $sql="SELECT * FROM `videos` WHERE `id` = ".$_GET["id"]; $req = mysqli_query($db,$sql); $data_video = mysqli_fetch_assoc($req); ?>
To view this video please enable JavaScript, and consider upgrading to a web browser that supports HTML5 video