Commit 1c04ce24 by Ryo

Update contact.php

parent 3d12c061
Showing with 2 additions and 1 deletions
......@@ -105,6 +105,7 @@
<ul>
<li><a href="index.php">Home</a></li>
<li><a href="countrypage.html">Countries</a></li>
<li><a href="booking_page.php">Booking</a></li>
<li><a class="active" href="contact.php">Contact</a></li>
<li><a href="user_login.php">Login</a></li>
......@@ -175,7 +176,7 @@
<?php
// connect to the database
$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