View Single Post
ישן 06-11-05, 19:25   # 5
רוני
חבר בקהילה
 
מיני פרופיל
תאריך הצטרפות: Oct 2005
הודעות: 130

רוני לא מחובר  

אני יודע שזה הקוד בהתחלה:

<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 שיקח מהטבלה...
  Reply With Quote