responsive nav

This commit is contained in:
Ricsi
2016-11-25 22:07:48 +01:00
parent dc4ff70c9e
commit 289f409405
3 changed files with 4 additions and 3 deletions

View File

@@ -1,7 +1,7 @@
<?php
ini_set('include_path', '../_class/');
include('class_sql.php');
$sql = new sql('localhost','tollashodos','uprRscU8bGpJ','tollashodos');
$sql = new sql('localhost','root','','badminton_coach');
/*
foreach ($_POST as $key => $value) {
trigger_error($key . " : " . $value, E_USER_NOTICE);