-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.php
More file actions
323 lines (295 loc) · 18.8 KB
/
Copy pathindex.php
File metadata and controls
323 lines (295 loc) · 18.8 KB
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
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
<?php require "header.php";
?>
<style>
@media only screen and (max-width: 580px) {
.GiTyN .svg-icon0{
background-color: #000;
border-radius: 4px;
padding: 4px;
}
}
@media only screen and (max-width: 419px) {
.containers{
margin-top: 120px;
}
}
.box{
height:60px;
width:50px;
}
</style>
</head>
<body>
<script src="https://unpkg.com/aos@2.3.1/dist/aos.js"></script>
<script>
AOS.init();
AOS.init({
// Global settings:
disable: false, // accepts following values: 'phone', 'tablet', 'mobile', boolean, expression or function
startEvent: 'DOMContentLoaded', // name of the event dispatched on the document, that AOS should initialize on
initClassName: 'aos-init', // class applied after initialization
animatedClassName: 'aos-animate', // class applied on animation
useClassNames: false, // if true, will add content of `data-aos` as classes on scroll
disableMutationObserver: false, // disables automatic mutations' detections (advanced)
debounceDelay: 50, // the delay on debounce used while resizing window (advanced)
throttleDelay: 99, // the delay on throttle used while scrolling the page (advanced)
// Settings that can be overridden on per-element basis, by `data-aos-*` attributes:
offset: 120, // offset (in px) from the original trigger point
delay: 0, // values from 0 to 3000, with step 50ms
duration: 900, // values from 0 to 3000, with step 50ms
easing: 'ease', // default easing for AOS animations
once: false, // whether animation should happen only once - while scrolling down
mirror: false, // whether elements should animate out while scrolling past them
anchorPlacement: 'top-bottom', // defines which position of the element regarding to window should trigger the animation
});
</script>
<?php
if(isset($_SESSION['username'])){
$user=$_SESSION['username'];
echo '<nav class="navbar fixed-top navbar-expand-lg">
<a class="navbar-brand xthJy" href="#" style="margin-left: 8px;">
<img src="Capture2.PNG" width="150px" height="40px" class="d-inline-block align-top" alt="">
</a>
<div class="navbars">
<div class="GiTyN">
<a class="nav-item nav-link mobile" href="home.php">
<svg class="svg-icon0" width="26px" height="26px" fill="#fff" viewBox="0 0 20 20">
<path d="M15.971,7.708l-4.763-4.712c-0.644-0.644-1.769-0.642-2.41-0.002L3.99,7.755C3.98,7.764,3.972,7.773,3.962,7.783C3.511,8.179,3.253,8.74,3.253,9.338v6.07c0,1.146,0.932,2.078,2.078,2.078h9.338c1.146,0,2.078-0.932,2.078-2.078v-6.07c0-0.529-0.205-1.037-0.57-1.421C16.129,7.83,16.058,7.758,15.971,7.708z M15.68,15.408c0,0.559-0.453,1.012-1.011,1.012h-4.318c0.04-0.076,0.096-0.143,0.096-0.232v-3.311c0-0.295-0.239-0.533-0.533-0.533c-0.295,0-0.534,0.238-0.534,0.533v3.311c0,0.09,0.057,0.156,0.096,0.232H5.331c-0.557,0-1.01-0.453-1.01-1.012v-6.07c0-0.305,0.141-0.591,0.386-0.787c0.039-0.03,0.073-0.066,0.1-0.104L9.55,3.75c0.242-0.239,0.665-0.24,0.906,0.002l4.786,4.735c0.024,0.033,0.053,0.063,0.084,0.09c0.228,0.196,0.354,0.466,0.354,0.76V15.408z"></path>
</svg>
<span class="sr-only">(current)</span></a>
</div>
<div class="GiTyN">
<a class="nav-item nav-link mobile" href="challenge_home.php"><svg class="svg-icon1" width="26px" height="26px" fill="#fff" viewBox="0 0 20 20">
<path d="M8.627,7.885C8.499,8.388,7.873,8.101,8.13,8.177L4.12,7.143c-0.218-0.057-0.351-0.28-0.293-0.498c0.057-0.218,0.279-0.351,0.497-0.294l4.011,1.037C8.552,7.444,8.685,7.667,8.627,7.885 M8.334,10.123L4.323,9.086C4.105,9.031,3.883,9.162,3.826,9.38C3.769,9.598,3.901,9.82,4.12,9.877l4.01,1.037c-0.262-0.062,0.373,0.192,0.497-0.294C8.685,10.401,8.552,10.18,8.334,10.123 M7.131,12.507L4.323,11.78c-0.218-0.057-0.44,0.076-0.497,0.295c-0.057,0.218,0.075,0.439,0.293,0.495l2.809,0.726c-0.265-0.062,0.37,0.193,0.495-0.293C7.48,12.784,7.35,12.562,7.131,12.507M18.159,3.677v10.701c0,0.186-0.126,0.348-0.306,0.393l-7.755,1.948c-0.07,0.016-0.134,0.016-0.204,0l-7.748-1.948c-0.179-0.045-0.306-0.207-0.306-0.393V3.677c0-0.267,0.249-0.461,0.509-0.396l7.646,1.921l7.654-1.921C17.91,3.216,18.159,3.41,18.159,3.677 M9.589,5.939L2.656,4.203v9.857l6.933,1.737V5.939z M17.344,4.203l-6.939,1.736v9.859l6.939-1.737V4.203z M16.168,6.645c-0.058-0.218-0.279-0.351-0.498-0.294l-4.011,1.037c-0.218,0.057-0.351,0.28-0.293,0.498c0.128,0.503,0.755,0.216,0.498,0.292l4.009-1.034C16.092,7.085,16.225,6.863,16.168,6.645 M16.168,9.38c-0.058-0.218-0.279-0.349-0.498-0.294l-4.011,1.036c-0.218,0.057-0.351,0.279-0.293,0.498c0.124,0.486,0.759,0.232,0.498,0.294l4.009-1.037C16.092,9.82,16.225,9.598,16.168,9.38 M14.963,12.385c-0.055-0.219-0.276-0.35-0.495-0.294l-2.809,0.726c-0.218,0.056-0.351,0.279-0.293,0.496c0.127,0.506,0.755,0.218,0.498,0.293l2.807-0.723C14.89,12.825,15.021,12.603,14.963,12.385"></path>
</svg><span class="sr-only">(current)</span></a>
<a class="nav-item nav-link XiOhy" href="challenge_home.php">Challenges<span class="sr-only">(current)</span></a>
</div>
<div class="GiTyN">
<a class="nav-item nav-link mobile" href="course_home.php"><svg class="svg-icon2" width="26px" height="26px" fill="#fff" viewBox="0 0 20 20">
<path d="M14.911,1.295H5.09c-0.737,0-1.339,0.603-1.339,1.339v14.733c0,0.736,0.603,1.338,1.339,1.338h9.821c0.737,0,1.339-0.602,1.339-1.338V2.634C16.25,1.898,15.648,1.295,14.911,1.295 M15.357,17.367c0,0.24-0.205,0.445-0.446,0.445H5.09c-0.241,0-0.446-0.205-0.446-0.445v-0.893h10.714V17.367z M15.357,15.58H4.644V4.42h10.714V15.58z M15.357,3.527H4.644V2.634c0-0.241,0.205-0.446,0.446-0.446h9.821c0.241,0,0.446,0.206,0.446,0.446V3.527z"></path>
</svg></a>
<a class="nav-item nav-link XiOhy" href="course_home.php">Courses</a>
</div>
<div class="GiTyN">
<a class="nav-item nav-link mobile" href="practice_home.php"><svg class="svg-icon3" width="26px" height="26px" fill="#fff" viewBox="0 0 20 20">
<path d="M9.634,10.633c0.116,0.113,0.265,0.168,0.414,0.168c0.153,0,0.308-0.06,0.422-0.177l4.015-4.111c0.229-0.235,0.225-0.608-0.009-0.836c-0.232-0.229-0.606-0.222-0.836,0.009l-3.604,3.689L6.35,5.772C6.115,5.543,5.744,5.55,5.514,5.781C5.285,6.015,5.29,6.39,5.522,6.617L9.634,10.633z"></path>
<path d="M17.737,9.815c-0.327,0-0.592,0.265-0.592,0.591v2.903H2.855v-2.903c0-0.327-0.264-0.591-0.591-0.591c-0.327,0-0.591,0.265-0.591,0.591V13.9c0,0.328,0.264,0.592,0.591,0.592h15.473c0.327,0,0.591-0.264,0.591-0.592v-3.494C18.328,10.08,18.064,9.815,17.737,9.815z"></path>
</svg></a>
<a class="nav-item nav-link XiOhy" href="practice_home.php">Practice</a>
</div>
<div class="GiTyN">
<a class="nav-item nav-link mobile" href="community_home.php"><svg class="svg-icon4" width="26px" height="26px" fill="#fff" viewBox="0 0 20 20">
<path d="M17.534,10.458l-3.587-6.917c-0.088-0.168-0.262-0.275-0.452-0.275H6.571c-0.189,0-0.363,0.107-0.452,0.275L2.775,9.989c-0.081,0.134-0.159,0.261-0.211,0.409l-0.031,0.06c-0.027,0.05-0.006,0.104-0.014,0.157c-0.044,0.178-0.109,0.348-0.109,0.537v3.293c0,1.262,1.028,2.289,2.29,2.289h10.603c1.262,0,2.288-1.027,2.288-2.289v-3.293c0-0.097-0.043-0.178-0.055-0.271C17.594,10.747,17.607,10.597,17.534,10.458z M6.88,4.284h6.306l2.405,4.639c-0.1-0.013-0.188-0.059-0.289-0.059h-2.354c-0.27,0-0.491,0.208-0.508,0.477c-0.082,1.292-1.154,2.305-2.441,2.305c-1.287,0-2.359-1.013-2.44-2.305C7.542,9.073,7.32,8.865,7.052,8.865H4.7c-0.077,0-0.142,0.037-0.217,0.043L6.88,4.284zM16.573,14.445c0,0.7-0.57,1.271-1.271,1.271H4.7c-0.701,0-1.271-0.571-1.271-1.271v-3.293c0-0.122,0.038-0.231,0.07-0.343l0.235-0.455C3.966,10.073,4.306,9.882,4.7,9.882h1.907c0.324,1.595,1.732,2.782,3.394,2.782c1.66,0,3.07-1.188,3.394-2.782h1.909c0.7,0,1.271,0.57,1.271,1.271V14.445z"></path>
</svg></a>
<a class="nav-item nav-link XiOhy" href="community_home.php">Community</a>
</div>
<div class="GiTyN">
<a class="nav-item nav-link mobile" href="mfriend.php"><svg class="svg-icon5" width="26px" height="26px" fill="#fff" viewBox="0 0 20 20">
<path d="M15.573,11.624c0.568-0.478,0.947-1.219,0.947-2.019c0-1.37-1.108-2.569-2.371-2.569s-2.371,1.2-2.371,2.569c0,0.8,0.379,1.542,0.946,2.019c-0.253,0.089-0.496,0.2-0.728,0.332c-0.743-0.898-1.745-1.573-2.891-1.911c0.877-0.61,1.486-1.666,1.486-2.812c0-1.79-1.479-3.359-3.162-3.359S4.269,5.443,4.269,7.233c0,1.146,0.608,2.202,1.486,2.812c-2.454,0.725-4.252,2.998-4.252,5.685c0,0.218,0.178,0.396,0.395,0.396h16.203c0.218,0,0.396-0.178,0.396-0.396C18.497,13.831,17.273,12.216,15.573,11.624 M12.568,9.605c0-0.822,0.689-1.779,1.581-1.779s1.58,0.957,1.58,1.779s-0.688,1.779-1.58,1.779S12.568,10.427,12.568,9.605 M5.06,7.233c0-1.213,1.014-2.569,2.371-2.569c1.358,0,2.371,1.355,2.371,2.569S8.789,9.802,7.431,9.802C6.073,9.802,5.06,8.447,5.06,7.233 M2.309,15.335c0.202-2.649,2.423-4.742,5.122-4.742s4.921,2.093,5.122,4.742H2.309z M13.346,15.335c-0.067-0.997-0.382-1.928-0.882-2.732c0.502-0.271,1.075-0.429,1.686-0.429c1.828,0,3.338,1.385,3.535,3.161H13.346z"></path>
</svg></a>
</div>
<div class="GiTyN">
<a class="nav-item nav-link mobile" href="mprofile.php"><svg class="svg-icon6" width="26px" height="26px" fill="#fff" viewBox="0 0 20 20">
<path d="M16.803,18.615h-4.535c-1,0-1.814-0.812-1.814-1.812v-4.535c0-1.002,0.814-1.814,1.814-1.814h4.535c1.001,0,1.813,0.812,1.813,1.814v4.535C18.616,17.803,17.804,18.615,16.803,18.615zM17.71,12.268c0-0.502-0.405-0.906-0.907-0.906h-4.535c-0.501,0-0.906,0.404-0.906,0.906v4.535c0,0.502,0.405,0.906,0.906,0.906h4.535c0.502,0,0.907-0.404,0.907-0.906V12.268z M16.803,9.546h-4.535c-1,0-1.814-0.812-1.814-1.814V3.198c0-1.002,0.814-1.814,1.814-1.814h4.535c1.001,0,1.813,0.812,1.813,1.814v4.534C18.616,8.734,17.804,9.546,16.803,9.546zM17.71,3.198c0-0.501-0.405-0.907-0.907-0.907h-4.535c-0.501,0-0.906,0.406-0.906,0.907v4.534c0,0.501,0.405,0.908,0.906,0.908h4.535c0.502,0,0.907-0.406,0.907-0.908V3.198z M7.733,18.615H3.198c-1.002,0-1.814-0.812-1.814-1.812v-4.535c0-1.002,0.812-1.814,1.814-1.814h4.535c1.002,0,1.814,0.812,1.814,1.814v4.535C9.547,17.803,8.735,18.615,7.733,18.615zM8.64,12.268c0-0.502-0.406-0.906-0.907-0.906H3.198c-0.501,0-0.907,0.404-0.907,0.906v4.535c0,0.502,0.406,0.906,0.907,0.906h4.535c0.501,0,0.907-0.404,0.907-0.906V12.268z M7.733,9.546H3.198c-1.002,0-1.814-0.812-1.814-1.814V3.198c0-1.002,0.812-1.814,1.814-1.814h4.535c1.002,0,1.814,0.812,1.814,1.814v4.534C9.547,8.734,8.735,9.546,7.733,9.546z M8.64,3.198c0-0.501-0.406-0.907-0.907-0.907H3.198c-0.501,0-0.907,0.406-0.907,0.907v4.534c0,0.501,0.406,0.908,0.907,0.908h4.535c0.501,0,0.907-0.406,0.907-0.908V3.198z"></path>
</svg></a>
</div>
</div>
<div class="VfdSE XiOhy">
<div class="gytdq">
<form class="form-inline sea my-2 my-lg-0" action="search.php" method="POST">
<div class="FgraZ">
<div class="CtyUo">
<input class="form-control search ds-input" name="search" type="search" placeholder="Search" aria-label="Search" dir="auto">
</div>
</div>
</form>
</div>
</div>
<div class="friends_chat XiOhy">
<svg width="26px" height="26px" viewBox="0 0 16 16" class="bi bi-chat-right-quote-fill" fill="#b0b0b0" xmlns="http://www.w3.org/2000/svg">
<path fill-rule="evenodd" d="M16 2a2 2 0 0 0-2-2H2a2 2 0 0 0-2 2v8a2 2 0 0 0 2 2h9.586a1 1 0 0 1 .707.293l2.853 2.853a.5.5 0 0 0 .854-.353V2zM7.194 4.766c.087.124.163.26.227.401.428.948.393 2.377-.942 3.706a.446.446 0 0 1-.612.01.405.405 0 0 1-.011-.59c.419-.416.672-.831.809-1.22-.269.165-.588.26-.93.26C4.775 7.333 4 6.587 4 5.667 4 4.747 4.776 4 5.734 4c.271 0 .528.06.756.166l.008.004c.169.07.327.182.469.324.085.083.161.174.227.272zM11 7.073c-.269.165-.588.26-.93.26-.958 0-1.735-.746-1.735-1.666 0-.92.777-1.667 1.734-1.667.271 0 .528.06.756.166l.008.004c.17.07.327.182.469.324.085.083.161.174.227.272.087.124.164.26.228.401.428.948.392 2.377-.942 3.706a.446.446 0 0 1-.613.01.405.405 0 0 1-.011-.59c.42-.416.672-.831.81-1.22z"/>
</svg>
</div>
<div class="notifications XiOhy">
<svg width="26px" height="26px" viewBox="0 0 16 16" class="bi bi-bell" fill="#b0b0b0" xmlns="http://www.w3.org/2000/svg">
<path d="M8 16a2 2 0 0 0 2-2H6a2 2 0 0 0 2 2z"/>
<path fill-rule="evenodd" d="M8 1.918l-.797.161A4.002 4.002 0 0 0 4 6c0 .628-.134 2.197-.459 3.742-.16.767-.376 1.566-.663 2.258h10.244c-.287-.692-.502-1.49-.663-2.258C12.134 8.197 12 6.628 12 6a4.002 4.002 0 0 0-3.203-3.92L8 1.917zM14.22 12c.223.447.481.801.78 1H1c.299-.199.557-.553.78-1C2.68 10.2 3 6.88 3 6c0-2.42 1.72-4.44 4.005-4.901a1 1 0 1 1 1.99 0A5.002 5.002 0 0 1 13 6c0 .88.32 4.2 1.22 6z"/>
</svg>
</div>
<div class="Profile_logout XiOhy">
<div id="mainboxs">
</div>
<div class="dropdownmenu">
<svg width="1.47em" height="1.47em" fill="#b0b0b0" viewBox="0 0 16 16" class="bi bi-person" fill="currentColor" xmlns="http://www.w3.org/2000/svg">
<path fill-rule="evenodd" d="M13 14s1 0 1-1-1-4-6-4-6 3-6 4 1 1 1 1h10zm-9.995-.944v-.002.002zM3.022 13h9.956a.274.274 0 0 0 .014-.002l.008-.002c-.001-.246-.154-.986-.832-1.664C11.516 10.68 10.289 10 8 10c-2.29 0-3.516.68-4.168 1.332-.678.678-.83 1.418-.832 1.664a1.05 1.05 0 0 0 .022.004zm9.974.056v-.002.002zM8 7a2 2 0 1 0 0-4 2 2 0 0 0 0 4zm3-2a3 3 0 1 1-6 0 3 3 0 0 1 6 0z"/>
</svg>
<button class="dropbtn" style="padding: 8px;"> '.$user.' </button>
<div class="dropdown-content" id="navbarNav";">
<a class="nav-item nav-link" href="profile.php?link='.$_SESSION['username'].'">Profile</a>
<a class="nav-item nav-link" href="edit_profile.php">Edit Profile</a>
';
if($user=="Admin"){
echo '<a class="nav-item nav-link" href="adminDash.php">Dashboard</a>';
}
echo '
<a class="nav-item nav-link" href="logout.php">Logout</a>
</div>
</div>
</div>
</nav>';?>
<div class="container-fluid mt-5">
<div class="row container text-center">
<h2 class="mt-5 lead display-4">Dashboard</h2>
</div>
<hr color="gray">
<center><div class="row">
<div class="col-md-3" data-aos="flip-left">
<div class="card mt-2 " style="width: 18rem; background-image:linear-gradient(to bottom, #363434 , #666060); color:white">
<div class="card-body">
<h5 class="card-title lead font-weight-bold">Upcoming Contest</h5>
<p class="card-text lead">Get ready to participate in upcoming contest</p>
<a href="challenge_home.php" class="btn btn-outline-light">Go To Contest</a>
</div>
</div>
</div>
<div class="col-md-3" data-aos="flip-right">
<div class="card mt-2" style="width: 18rem; background-image:linear-gradient(to bottom, #363434 , #666060); color:white">
<div class="card-body">
<h5 class="card-title lead font-weight-bold">Practice Question</h5>
<p class="card-text lead">Question are eagerly waiting for you!!</p>
<a href="practice_home.php" class="btn btn-outline-light">Practice Now</a>
</div>
</div>
</div>
<div class="col-md-3" data-aos="flip-right">
<div class="card mt-2" style="width: 18rem; background-image:linear-gradient(to bottom, #363434 , #666060); color:white">
<div class="card-body">
<h5 class="card-title lead font-weight-bold">Ask Question</h5>
<p class="card-text lead">Get solution of all your problem by posting!!</p>
<a href="community_home.php" class="btn btn-outline-light">Ask Question</a>
</div>
</div>
</div>
<div class="col-md-3" data-aos="flip-left">
<div class="card mt-2" style="width: 18rem; background-image:linear-gradient(to bottom, #363434 , #666060); color:white">
<div class="card-body">
<h5 class="card-title lead font-weight-bold">Help Others</h5>
<p class="card-text lead">Help others problem by solving!!</p>
<a href="community_home.php" class="btn btn-outline-light">Go & Solve</a>
</div>
</div>
</div>
</div>
</div>
</center>
<div class="container">
<div class="text-center mt-5">
<div class="row">
<div class="col-md-6 col-sm-6 rounded" style="background-color:#f5f5f5" data-aos="zoom-in">
<h2 class="lead font-weight-normal mt-5"><u>Recently Added Questions</u></h2>
<!--<hr color="black" height="10%" width="30%">-->
<h4 class="lead">
<table class="table mt-5 table-hover">
<thead>
<tr>
<th class="lead font-weight-normal" scope="col">#</th>
<th class="lead font-weight-normal" scope="col">Topic</th>
<th class="lead font-weight-normal" scope="col">Level</th>
<th class="lead font-weight-normal" scope="col">Posted on</th>
</tr>
</thead>
<tbody>
<!------------------------------------------------------------------->
<?php
include 'dbconnection.php';
$sql = "SELECT * FROM `prac_problem` LIMIT 5";
$result=mysqli_query($conn,$sql);
$num=mysqli_num_rows($result);
$i=0;
if($num>0){
while($row=mysqli_fetch_assoc($result)){
$author = $row['author_n'];
$diffi = $row['difficulty'];
$name = $row['name'];
$date = $row['s_date'];
$score = $row['scores'];
$i++;
echo '<tr>
<th class="lead" scope="row">'.$i.'</th>
<td><a class="text-decoration-none" href="practice_question.php?title='.$name.'">'.$name.'</a></td>
<td>'.$diffi.'</a></td>
<td>'.$date.'</a></td>
</tr>';
}
}
?>
</tbody>
</table>
<!------------------------------------------------------------- -->
</h4>
</div>
<div class="col-md-6 col-sm-6" style="background-color:#f5f5f5" data-aos="zoom-in">
<h2 class="lead font-weight-normal mt-5"><u>Announcements</u></h2>
<!--<hr color="black" height="10%" width="30%">-->
<h4 class="lead">
<table class="table mt-5 table-hover">
<thead>
<tr>
<th class="lead font-weight-normal" scope="col">#</th>
<th class="lead font-weight-normal" scope="col">News</th>
</tr>
</thead>
<tbody>
<?php
include 'dbconnection.php';
$sql = "SELECT * FROM `announce` LIMIT 5";
$result=mysqli_query($conn,$sql);
$num=mysqli_num_rows($result);
$i=0;
if($num>0){
while($row=mysqli_fetch_assoc($result)){
$content = $row['content'];
$link = $row['link'];
$i++;
echo '<tr>
<th class="lead" scope="row">'.$i.'</th>
<td>'.$content.'<br><br>
<a class="text-decoration-none" href="'.$link.'">Join Here</a></td>
</tr>';
}
}
?>
</tbody>
</table>
</h4>
</div>
<!------------------------------------------->
<?php
$sql2 = "SELECT * FROM `quiz_admin` where username = '$user'";
$result2=mysqli_query($conn,$sql2);
$num2=mysqli_num_rows($result2);
$quname='lol';
if($num2>0){
while($row2=mysqli_fetch_assoc($result2)){
$quname = $row2['username'];
}
}
if($_SESSION['username'] == $quname){
echo'
<div class="col-md-6 col-sm-6" style="background-color:#f5f5f5" data-aos="zoom-in">
<h2 class="lead font-weight-normal mt-3"><u>Your Quiz</u></h2>
<a class="btn btn-primary mt-4 mb-5" href="Quiz_Admin.php?sucess=m" role="button">Manage</a></div>';
}?>
</div>
</div>
</div>
<?php }
else
{
require "not_lg_navbar.php";
}
?>
<?php require "footer_bg.php"; ?>
<script src="script.js"></script>
</body>
</html>