Old Lecture Code
Old Lecture Code
php
include('../../back.php');
$coruse_id = $_GET['courses_id'];
$requirments_id = $_GET['requirments_id'];
?>
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-
fit=no">
<meta name="description" content="">
<meta name="author" content="">
integrity="sha384-EVSTQN3/azprG1Anm3QDgpJLIm9Nao0Yz1ztcQTwFspd3yD65VohhpuuCOmLASjC"
crossorigin="anonymous">
<style>
.editor-container {
width: 80%;
margin: 20px auto;
}
#editor {
border: 1px solid #ccc;
min-height: 200px;
padding: 10px;
margin-bottom: 10px;
}
</style>
</head>
<body>
</li>
</ul>
<!-- End of Sidebar -->
<hr>
<?php
// include ("builder/file2.php");
?>
<div class="mt-4">
<h4 class="text-dark fw-bold me-5" style="font-
size:30px;">Add Sections Here</h4>
<p class="text-dark fw-bold">Add the section title
here as given below</p>
</p>
</div>
<form action="get_first_curriculam.php"
class="border border-2 border-success" method="post" enctype="multipart/form-data">
</div>
</div>
<input type="hidden" name="courses_id" value="<?=
$coruse_id ?>" placeholder="<?= $coruse_id ?>">
<input type="hidden" name="requirments_id"
value="<?= $requirments_id ?>" placeholder="<?= $requirments_id ?>">
</div>
</div>
</div>
</form>
</div>
<!-- <div>
<p class="fw-bold text-dark" style="font-size:
18px;padding-top:15px">Add more options
<a href="" class="text-decoration-underline ms-
2">Click Here</a>
<input type="submit" name="extra_curriculam">
</p>
</div> -->
</div>
</div>
<!-- End of Content Wrapper -->
</div>
<!-- End of Page Wrapper -->
</div>
<script src="vendor/jquery/jquery.min.js"></script>
<script src="vendor/bootstrap/js/bootstrap.bundle.min.js"></script>
</body>
</html>