<?php
echo "<table align='center' cellpadding='40' cellspacing='40'><tr><td><a href=\"java script:history.back();\"\>Użytkownik nie istnieje lub podałeś złe hasło!</a></table></tr></td>"\
}else{
require_once("ustaw/config.php");
$exec="select id,Login,coins,email,vip from account where Login='$userid' and Password=password('$password')";
if($rs){
$_SESSION["ID"] = $rs->id;
$_SESSION["UserID"] = $rs->Login;
$_SESSION["coins"] = $rs->coins;
$_SESSION["email"] = $rs->email;
$_SESSION["vip"] = $rs->vip;
header("location: index.php");
}else{
echo "<table align='center' cellpadding='40' cellspacing='40'><tr><td><a href=\"java script:history.back();\">Użytkownik nie istnieje lub podałeś złe hasło!</a></table></tr></td>" ;exit;
}
}
?>
Gdzie tkwi tutaj bład nie jestem w stanie go znalez ani naprawic szukam pomocy wiec mam nadzieje ze pomozecie.
na stronie wywala taki błąd
Kod
Parse error: syntax error, unexpected T_STRING, expecting ',' or ';' in /home/lop12/testy.darkhosting.pl/loginok.php on line 261
ehh