Update Course.php

SIMPLICITY_Bug-189_Course_Delete_btn
enockkays 2021-06-12 19:09:43 +08:00 committed by GitHub
parent aa9f47e1db
commit d5fc7c425e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -139,7 +139,7 @@ if( $_SESSION['user_type'] == "Student")
<?php
// Connect to MySQL database
$con = mysqli_connect("localhost","username","password","lrr");
$con = mysqli_connect("localhost", $mysql_username, $mysql_password, "lrr");
// Check connection
if (mysqli_connect_errno())