所以,我必须把这个<iframe width="560" height="315" src="https://www.youtube.com/embed/qMSxYtrZS-c" frameborder="0" allowfullscreen></iframe>
进入收割台。php第305行如下图所示:
<div id="videoid">
in this line i have to put that iframe
</div>
然后保存它,然后在前端显示,为此,我在函数中创建了自定义后端菜单。显示简单表单的php,完成了:
<form name="kotak" id="lebar" action="" method="get">
Put the video URL here<br>
<input id="subject" style="width: 800px;"type="text" name="firstname" value=""><br>
<input type="submit" value="Submit">
</form>
现在我必须从表单中获取值,然后显示在第305行中,然后保存它,然后它成功了,我使用此代码在不同的文件和文件夹中调用该值,我知道缺少了一些内容,肯定不起作用。
<?php echo $_GET[\'subject\']; ?>
请告诉我如何才能成功,我正在尝试编写自定义函数,没有使用任何插件。顺致敬意,