![]() |
![]() |
![]()
Post
#1
|
|
Grupa: Zarejestrowani Postów: 2 Pomógł: 0 Dołączył: 29.06.2006 Ostrzeżenie: (0%) ![]() ![]() |
Witam
Prosze o pomoc Mianowicie szczeże mówiać to ejstem zdeczka zielony bo jestem grafikiem moze dlatego no ale moj problem ejst taki Ze zrbilem stronie w htlm I na stronce ma byc Logowanie czyli nik:Jan hasło:****** no i rejestracja, Znalazlem jakis skrypt gotowy w php tylko problem polega na tym ze ja nieiwem co z tym skryptem zrobic tera:P moze to bys szmieszne ale nie wiem Gdzie go Podpiać i od czego zacząć.... zgory dziekuje za Pomoc pozdro all-----> (IMG:http://forum.php.pl/style_emoticons/default/aarambo.gif) |
|
|
![]() |
![]()
Post
#2
|
|
Grupa: Zarejestrowani Postów: 2 Pomógł: 0 Dołączył: 29.06.2006 Ostrzeżenie: (0%) ![]() ![]() |
No to tak logowanie_Form
Kod: <html> <meta name="generator" content="WebSite PRO 4.3" /> <meta http-equiv="content-type" content="text/html; charset=iso-8859-2" /> <title>Zaloguj się!!!</title> <LINK REL="Stylesheet" HREF="style.css" TYPE="text/css"> </head> <body> <table align="center"> <tr class="menu_head"> <td align="center"> <form action="loguj_script.php" method="post"> <input type="text" class="textarea" name="login_check" value="Login"><br> <input type="password" class="textarea" name="pass_check" value="haslo"><br> <input type="submit" class="button" value="Login"> </form> <center> <a href="login/rejestracja_form.php" target="center"><small>[Rejestracja]</small></a><br> <a href="login/zapomniane_form.php" target="center"><small>[Zapomniane hasło]</small></a> </center> </td> </tr> </table> </body>[i] loguj skrypt kod: <? $login_check = $_POST['login_check']; $pass_check = $_POST['pass_check']; if (!file_exists("users/$login_check.dat")): echo("Błędne dane !"); elseif (file_exists("users/$login_check.dat")): include("users/$login_check.dat"); if($login == $login_check && $password == $pass_check): echo ("witamy $login - zalogowałe¶ się!!"); else: echo("niepoprawny login lub/i hasło"); endif; endif; ?> |
|
|
![]() ![]() |
![]() |
Aktualny czas: 15.10.2025 - 20:20 |