30-06-07, 09:58
|
# 9
|
חבר בקהילה
|
ציטוט:
נכתב במקור על ידי ViPeRt
שיפצתי לך קצת את הקוד..
PHP קוד:
<?php $username = $HTTP_POST_VARS['username']; $password = $HTTP_POST_VARS['password']; if(isset($username)) { $query="SELECT * from `users` WHERE `username` = '$username' AND `password` = '$password'"; if (mysql_num_rows($query_of_user) == "0") {}

|
תוכל להסביר לי את אלו?
|
|
|