Commit 0bec1774 by Ryo

Updated login.php

parent 71544d40
Showing with 1 additions and 1 deletions
...@@ -11,7 +11,7 @@ else ...@@ -11,7 +11,7 @@ else
$username=$_POST['username']; $username=$_POST['username'];
$password=$_POST['password']; $password=$_POST['password'];
// Establishing Connection with Server by passing server_name, user_id and password as a parameter // Establishing Connection with Server by passing server_name, user_id and password as a parameter
$con = mysqli_connect(localhost, root, root, Airline_Booking, 8889); $con = mysqli_connect("anysql.itcollege.ee", "WT16", "iLtQlUerkT", "WT16");
// Check connection // Check connection
if (mysqli_connect_errno()) if (mysqli_connect_errno())
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment