Kod
<html>
<head>
<title>checking...</title>
</head>
<body>
<?php
if ($_POST['haslo'] == ziomal) {
header ("Location: http://interia.pl/");
exit();
}
else {
header ("Location: http://onet.pl/");
exit();
?>
</body>
</html>
<head>
<title>checking...</title>
</head>
<body>
<?php
if ($_POST['haslo'] == ziomal) {
header ("Location: http://interia.pl/");
exit();
}
else {
header ("Location: http://onet.pl/");
exit();
?>
</body>
</html>
wyskakuje mi bład
Cytat
Parse error: parse error in c:\usr\krasnal\www\php\haslo.php on line 16