Skip to content

Commit

Permalink
done deepu done done..............
Browse files Browse the repository at this point in the history
  • Loading branch information
SH20RAJ authored Jul 12, 2023
1 parent 3a5f41b commit 10e1602
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions dashboard/videos.php
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
<?php
session_start();
include '../conn.php';


?>
<!DOCTYPE html>
<html>
Expand Down Expand Up @@ -67,7 +66,6 @@
<tbody class="list">
<?php
// Retrieve the video list from the database
session_start();
$user = $_SESSION['id'];
$sql = "SELECT * FROM videos where user = ".$user."";
$result = $conn->query($sql);
Expand Down

0 comments on commit 10e1602

Please sign in to comment.