Jestem w trakcie nauki php, wiec prosze nie karcic


Pytanie 1. Zmienna nie wyswietla sie na nastepnej stronie? Dlaczego? Co jest zle?
logowanie.html
<form name="loginForm" id="authForm" novalidate="" role="form" ng-submit="logIn(loginForm)" method="post" action="post.php"> <input name="username" id="username" ng-model="login" autofocus="autofocus" tabindex="1" maxlength="63" required="required" type="text"> <input name="password" id="password" ng-model="password" tabindex="2" maxlength="16" required="required" type="password">
zalogowany.php
Zalogowales sie jako:
Pytanie 2
Czy moge teraz korzystac z $_POST['username'] caly czas? Np z zalogowany.php ktos przejdzie do nastepnej strony ksiega_gosci.html, to po przejsciu w wychodze stad.html bede mogl mu wyswietlic: Wroc do nas $_POST['username']
