In the operator, if you move to another page
-
How's the PHP going on another page? By requiring or fopen?
if ($row_login['password'] != $_POST['password']) echo 'Не верный пароль'; else { require('page.php') }
-
It's a function. http://php.su/functions/?header ♪
header()
Used to send raw materialsHTTP
- Shapok. See specificationsHTTP/1.1
informationHTTP headers
♪