大家好,我只想在来自外部系统如注册的 iframe 标签中添加 Moodle 课程提交按钮

问题描述

所以目的是使用 iframe 将学生重定向到moodle,在添加外部作业后,学生需要注销......提前致谢:)

<?PHP

    session_start();

    if(isset($_SESSION['key']))
    {
        
?>
<iframe  src="http://localhost/moodle/moodle/mod/assign/view.PHP?id=4" width="100%" height="600px" align="center">please upload assingment</iframe>
 using this iframe i want to show the student only the upload button



<?PHP
    }
else
{enter code here
    header("location:login.PHP");
}
       
?>

解决方法

暂无找到可以解决该程序问题的有效方法,小编努力寻找整理中!

如果你已经找到好的解决方法,欢迎将解决方案带上本链接一起发送给小编。

小编邮箱:dio#foxmail.com (将#修改为@)