I want to do when I put a code, print the code on the iframe url
form method="GET">
<div>
Codigo del video que quieres ver: <input type="text" id="ver" name="ver" placeholder="Codigo Video">
</div>
</body>
</html>
<?php
if ($_GET['ver']) {
echo $ver ?>
<iframe width="560" height="315" src="https://www.youtube.com/embed/<?php echo $image; ?>" frameborder="0" allowfullscreen></iframe>
<?php } ?>