<?
if(file_exists("CONFIG/config.php")) require_once("CONFIG/config.php"); connect();
$query = "SELECT * FROM ".PREFIX."rezerwacja WHERE Id_user_rezerwacji='".$_SESSION['id']."'";
$oglo = "SELECT * FROM ".PREFIX."rezerwacja WHERE ID_rezerwacji='".$wiersz[0]."'";
$usun = "<a href='usun_apli.php?id=".$wiersz[0]."'>Usuń</a>";
echo "<table border='2'>"; echo "<tr> <th>Imie</th> <th>Nazwisko</th> <th>Nazwa oferty</th> <th>Data_rezerwacji</th> <th>Liczba noclegów</th> </tr>"; echo $row['Imie_rezerwacji']; echo $row['Nazwisko_rezerwacji']; echo $row['Nazwa_oferty']; echo $row['Data_rezerwacji']; echo $row['Rezerwacja_ile_dni']; }
}
?>
<html>
<head>
<link rel="stylesheet" href="style.css" type="text/css">
<meta http-equiv="Content-type" content="text/html; charset=utf-8">
</head>
<body>
<body style= " background-image: url(tlo1.jpg)">
<?
include("menu.php");
?>
</body>
</html>
W tym kodzie mam tabelka jaką metodą ją umieścić by nie wyświetlała sie w lewym górnym rogu tylko tam gdzie ja chce