Commit 51b5a470 by Ryo

Updated admin_place.php

parent c68cd2a1
Showing with 3 additions and 2 deletions
......@@ -280,7 +280,8 @@ fieldset {
?>
<ul>
<li><a href="index1.php">Home</a></li>
<li><a href="index1.php">Home</a></li>
<li><a href="countrypage.html">Countries</a></li>
<li><a href="contact.php">Contact</a></li>
<li><a href="index1.php">About</a></li>
<li><a class="active" href="admin_place.php">Admin place</a></li>
......@@ -328,7 +329,7 @@ fieldset {
<?php
#echo "Insert new user";
// 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