View Single Post
ישן 19-11-05, 21:32   # 2
Ori The Man
משתמש - היכל התהילה
 
מיני פרופיל
תאריך הצטרפות: Oct 2005
מיקום: חיפה
גיל: 34
הודעות: 3,694
שלח הודעה באמצעות MSN אל Ori The Man Send a message via Skype™ to Ori The Man

Ori The Man לא מחובר  

חשבתה על
PHP קוד:
$query mysql_query("SELECT * from _users where username='".$_POST['username']."'") or die(mysql_error()); 
while(@(
$r mysql_fetch_array($query))) {
$password $r['password'];
echo 
$password;

  Reply With Quote