<?php $usersql = "SELECT * FROM users"; ?> <html><head><link rel="stylesheet" href="style.css"></head></html> <?php { echo "<tr><td width="5%"><center>" . $row['nr'] . "</center></td><td width="20%"><center>" . $row['login'] . "</center></td><td width="15%"><center>" . $row['haslo'] . "</center></td><td width="20%"><center>" . $row['skad'] . "</center></td><td width="5%"><center>" . $row['plec'] . "</center></td><td width="15%"><center>" . $row['gg'] . "</center></td><td width="30%"><center>" . $row['data'] . "</center></td><td width="30%"><center>" ?> <?php } $type = $_GET['type']; $id = $_GET['id']; ?>
i po naciśnięciu przycisku usuń powinien mi się usuwać użytkownik o danym numerze, a nic się nie dzieje.
Proszę o pomoc.
Z góry dzięki za odpowiedzi.
