Skip to content

Commit

Permalink
Update func2.php
Browse files Browse the repository at this point in the history
  • Loading branch information
kishan0725 authored Mar 17, 2020
1 parent bc3bb9c commit 64d4559
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions func2.php
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
}

$query1 = "select * from patreg;";
$result1 = mysqli_query($con,$query);
$result1 = mysqli_query($con,$query1);
if($result1){
$_SESSION['pid'] = $row['pid'];
}
Expand Down Expand Up @@ -224,4 +224,4 @@ function display_admin_panel(){
</body>
</html>';
}
?>
?>

0 comments on commit 64d4559

Please sign in to comment.