Commit 6572afad by Ryo

Updated session_admin.php

parent d8869e78
Showing with 1 additions and 1 deletions
<?php
// 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
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