Mam mały problem z działaniem kodu odsyłacza do profilu.
profile.php
<?php include('config/db.php'); include('templates/header.php'); ?> <?php $id = $_GET['id']; } } ?> <?php include('templates/footer.php'); ?>
header.php
<li><a href="profile.php?id=$id;">Profil</a></li> <?php } ?>
Zamiast $id; powinnien być ID użytkownika. 1, 2, lub 8.
