אני יודע שזה הקוד בהתחלה:
<html dir="rtl">
<head><title>Login</title></head>
<body>
<form action="login.php" method="post">
שם משתמש: <input type="text" name="user"><br />
סיסמא: <input type="password" name="pass"><br />
<input type="submit" name="submit" value="התחבר">
</form>
</body>
</html>
אבל אני צריך להוסיף פה פקודה של sql שיקח מהטבלה...
|