11-09-2007, 18:24
|
|
|
חבר מתאריך: 21.01.06
הודעות: 813
|
|
התחברות פתאום לא עובדת טוב
בלי לגעת בקוד, פתאום משהו קרה, וכל משתמש וכל סיסמא מתקבלים,
זהו הקוד:
קוד PHP:
<html dir=rtl> <style> <!-- A:hover { color:#000000;text-decoration; bold;} --> </style> <style type="text/css"> input { font-family: arial, tahoma; font-size: 9pt; color: black; font-weight: bold; } </style> <style type="text/css"> a { text-decoration: none; font-family: arial, tahoma; font-size: 9pt; font-weight: bold; } </style> <meta http-equiv="Content-Type" content="text/html; charset=windows-1255"> <body link="#959595" vlink="#959595" alink="#959595" bgproperties=fixed> <center> <br><br><br> <br><br> <table width="250" height="140" border="1"> <p dir="center"> <tr><td bgcolor=#575c69><p align="center"><b><font face="Arial" size="2" color="White">שלום אורח, אנא התחבר.</font></p></b> </tr></td><tr><td bgcolor=#eeeeef> <form action="welcome.php" method="POST"> <center><font face="Arial" size="2"><b>שם משתמש:</font></b> <input type="text" size="12" name="username" onfocus="this.value=''" value="שם משתמש"><Br></center> <center><font face="Arial" size="2"><b>סיסמא:</font></b> <input type='password' size='12' name='userpass' onfocus="this.value=''" value='password'></center> <center><input type='submit' name='submit' value='התחבר'> <a href="register.php">הרשם עכשיו!</a></center> <?php require ("config.php"); echo "<font face=Arial size=2 color=Red>"; $user = $_POST['username']; $pass = $_POST['userpass']; $query = mysql_query ("SELECT * FROM uses WHERE `user_name`='$user' && `user_pass`='$pass' "); $num = mysql_num_rows ($query); if ( isset ($_POST ['submit'] )) { if ($num <= 0) echo "השם משתמש או הסיסמא אינם נכונים"; elseif ($num > 0) { echo "</table></tr></td>"; } } echo "</font>"; ?> </p> </center></html>
אין לי מושג למה זה ככה כי לא נגעתי בקוד, זה פתאום התחרפן..
כל שם משתמש או סיסמא שאני יכתוב זה יעבור לעמוד "welcome.php" ויכתוב שם ברוך הבא לשם משתמש ה"חדש" שבכלל לא רשום..
מה הבעיה פתאום?
_____________________________________
--- ! Area Close ! ---
|