-
Notifications
You must be signed in to change notification settings - Fork 8
/
demo.php
45 lines (34 loc) · 801 Bytes
/
demo.php
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
<?php
/**
* @System HP-pc Rax
* @author Rakshit shah <Rakshitshah1994@gmail.com>
* @copyright 2015-2017 |Rakshit shah
* @license http://rakshit.in/license/license.php | PHP License 3.0
* @version 1.1
* @since File available since Release 1.0.0
*/
session_start();
include("header.php");
include("conection.php");
include("modal.php");
?>
<section id="page">
<header id="pageheader" class="normalheader">
<h2 class="sitedescription">
Course Details. </h2>
</header>
<section id="contents">
<article class="post">
<header class="postheader">
<h2>Course Details</h2>
</header>
<section class="entry">
<font color="#330000">
<!-- put code here ---- -->
</section>
</article>
</section>
<?php
include("adminmenu.php");
include("footer.php");
?>