Na serwerze z superhost jest problem z "TAKIE KONTO NIE ISTNIEJE"
Proszę o pomoc
if (($_POST['login']!='') && ($_POST['password'])!='') { $_SESSION['id']=$dane['id']; $_SESSION['login']=$dane['login']; } else { } } else { } } echo '<form name="input" action="logowanie.php" method="post"> <table border="0"><tr> <td><center>Login</center></td> <td><center>Hasło</center></td> </tr><tr> <td><input type="text" name="login"/> </td> <td> <input type="password" name="password"/> </td></tr></table> <br><input type="submit" value="Wyślij"/><br> </form>'; }