Here is the code, it's not displaying the embed part, why is it not displaying?
<div id="content">
<?php
$video = $_GET['video'];
$data_id = $_GET['id'];
$name = $_GET['name'];
?>
<a href="videos/<?php echo $video; ?>"
style="display:block;width:100%;height:400px;"
id="player"></a>
<br>
</div>
<div id="content">
<!--This is where the embed code will display the video-->
<a href="videos/<?php echo $video; ?>">
</div>