Witam mam taki plik :
<?php
session_start();
include("goto.php");
include("password.php");
if($_SESSION['kapass'] == "poprawne"){
goto($goodpassword);
exit;
}
?>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=windows-1250">
<title>Logowanie</title>
<?php
include("styles.inc.php");
?>
</head>
<body>
<center>
<form action="logincheck.php" method="POST">
<table border="1">
<tr bgcolor="lightyellow"><td><font class="text">Hasło:</font></td><td><input type="password" name="pass" class="textbox"></td></tr>
<tr bgcolor="yellow"><td colspan="2" align="center"><input type="submit" value="Zaloguj"></td></tr>
</table>
</form>
<?php
if($_SESSION['kapass'] == "poprawne"){}
else{
echo $_SESSION['kapass'];
}
?>
</center>
</body>
</html>
w przeglądarce wywala mi taki błąd:
Parse error: syntax error, unexpected '(', expecting T_STRING in /home/malibupc/public_html/internetowysklepik.pl/admin/login.php on line 7
Juz nie wiem o co chodzi , pomocy co mam źle.