<?php ?>
Wycinek kodu:
<body><h1>Użytkownik zalogowany</h1> <p> Edytuj profil <a href="index.php">Strona główna</a> <?php $query="select * from user_info where username_ui='" .$_SESSION['user_logged']. "'". "and passwd_ui = (PASSWORD('". $_SESSION['user_password']."'))"; ?> </p> </body> </html>
Kod wykonuje sie bezbłednie, ale brak danych, które powinny być wyświetlone :/